Ttsepez@chromium.orgGrant popup blocker bypass based upon extension context type.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add more OWNERS inside chrome/renderer. Review URL: https://chromiumcodereview.appspot.com/10876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152825 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158830 - Revert 156678 - Native messaging now uses the MessageService back-end. Reason: Regression in a ChromeOS extension causing it to continue running after unloading. BUG=142915 Review URL: https://codereview.chromium.org/10818013 TBR=eaugusti@chromium.org TBR=mpcomplete@chromium.org TBR=mmoss, rouslan Review URL: https://codereview.chromium.org/10991044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158833 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert the async device ID getter to a chrome resource host Review URL: https://codereview.chromium.org/10909138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156989 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
WebMediaPlayerImpl needs to own the audio source provider. WebMediaPlayerImpl needs to own the audio source provider to keep it from being destroyed too soon. BUG=132890 TEST=See test in bug report. Review URL: https://chromiumcodereview.appspot.com/10662030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146897 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158830 - Revert 156678 - Native messaging now uses the MessageService back-end. Reason: Regression in a ChromeOS extension causing it to continue running after unloading. BUG=142915 Review URL: https://codereview.chromium.org/10818013 TBR=eaugusti@chromium.org TBR=mpcomplete@chromium.org TBR=mmoss, rouslan Review URL: https://codereview.chromium.org/10991044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158833 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add more OWNERS inside chrome/renderer. Review URL: https://chromiumcodereview.appspot.com/10876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152825 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add support for the NavigateContentWindow function to the extended Instant API and reduce the number of autocomplete providers that trigger when extended Instant is enabled. BUG=150045 Review URL: https://chromiumcodereview.appspot.com/10918288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157677 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Treats ASCII numbers as word characters only on LTR languages. This change is a follow-up change of my r145277 <http://crrev.com/145277>. Even though this change always treats ASCII numbers as word characters, it is not an expected behavior on RTL languages. This change prevents treating ASCII numbers as word characters on RTL languages (Arabic and Hebrew). BUG=145028 TEST=SpellCheckWordIteratorTest.TreatNumbersAsWordCharacters Review URL: https://chromiumcodereview.appspot.com/10908031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154731 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Tighten the restrictions on including webkit code from chrome/ This removes the chrome/DEPS allowances for including webkit/, adds temporary allowances in the subdirectories, and makes it clear that in most cases the allowance is temporary and should be removed. This is an incremental step toward disallowing use of webkit/ code directly from most chrome/ code (excepting specific subdirectories, most notably chrome/renderer/). BUG=146251 Review URL: https://chromiumcodereview.appspot.com/10905061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156521 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove SSLHostInfo. BUG=105208 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144468 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Grant popup blocker bypass based upon extension context type. BUG=117446 Review URL: https://chromiumcodereview.appspot.com/10990038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158864 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Removes PluginInfoMessageFilter dependency on PluginGroup. BUG=124396 Review URL: https://chromiumcodereview.appspot.com/10951029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157966 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable ChromeContentRendererClientTest.NaClRestriction on ARM. This tests the NaCl content-type rules, which were modified for ARM only in patch 154043 (https://chromiumcodereview.appspot.com/10898034). As this is a temporary change with TODO(dschuff), I've just disabled the whole test with the same TODO. R=dschuff@chromium.org,thakis@chromium.org,sehr@chromium.org BUG=145694 Review URL: https://chromiumcodereview.appspot.com/10910004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154276 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Print preview: Use an ID instead of memory pointer string in WebUI. BUG=144051 Review URL: https://chromiumcodereview.appspot.com/10870003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153342 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move android mediaplayer from render process to browser process. Due to UID isolation for security reasons, the render process can no longer have permissions to access internet. Since Android mediaplayer requires internet permission to work, it has to be moved to the browser process to resolve this. Here are the changes included in this patch: 1. Make WebMediaPlayerAndroid a common base class for WebMediaPlayerImplAndroid and WebMediaPlayerInProcessAndroid. WebMediaPlayerImplAndroid places the android mediaplayer in the brower process, this will be used for future chrome on android releases. WebMediaPlayerInProcessAndroid still places the android mediaplayer in the render process, this is being used for Layout tests. We will deprecate this later. 2.Added a commandline flag kMediaPlayerInRenderProcess to allow switching between these 2 modes 3.MediaPlayerBridge now takes over all the logics originally in WebMediaPlayerAndroid. This is to shield WMPA from knowing the internal state of the mediaplayer. BUG= Review URL: https://chromiumcodereview.appspot.com/10919075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157596 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Upstream support for WebKit shared timer toggling. This is part of Chrome for Android upstreaming. These changes are used on the Java app side to suspend webkit timers in all renderers when activity is paused and resume timers when activity is resumed. This reduces javascript execution when the app is in the background, causing lesser CPU and network usage. It doesn't stop javascript altogether because if the page JS is constantly running without relying on timers/events then it continues to run (but that is quite rare). Review URL: https://chromiumcodereview.appspot.com/10690023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147438 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable web components for shell windows based on their render view type, rather than their origin. This fixes a bug where an app could load a sandboxed resource in the window (which has a unique origin), and the HTML titlebar would lack styling due to the absence of <style scoped> support. BUG=149002 R=mihaip@chromium.org TBR=jhawkins@chromium.org Review URL: https://chromiumcodereview.appspot.com/10928188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156711 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable DOM MutationEvents for platform apps New apps should use MutationObservers instead, which provide similar (or better) capabilities without the performance and stability/security downsides of MutationEvents. BUG=142648 Review URL: https://chromiumcodereview.appspot.com/10870013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152914 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move the mixed scripting infobar to a page action icon / content setting. BUG=133189 Review URL: https://chromiumcodereview.appspot.com/10577028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143429 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable all the FAILS_ and FLAKY_ browser tests. A while back we removed all FAILS_ and FLAKY_ tests but a few came back. BUG=104300,118944,88552,103062,89961 Review URL: https://chromiumcodereview.appspot.com/10381078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138070 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Correctly whitelist ftp directory listings. Instead of guessing whether a page is actually a directory listing that requires JavaScript to work, just store this information in the WebURLResponse BUG=121399 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10440014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138925 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Extract minimal RenderViewHost interface for embedders, leaving RenderViewHostImpl for content. TBR=darin@chromium.org BUG=98716 Review URL: http://codereview.chromium.org/9473001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124941 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rename IPC::Channel and IPC::Sender in src/chrome. Changes code in chrome to use the new names over the old now-typedefed-for-compat ones. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10553010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142474 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving Chrome code from using WebFrame::name to WebFrame::uniqueName BUG=145099 Review URL: https://chromiumcodereview.appspot.com/10879105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154246 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving Chrome code from using WebFrame::name to WebFrame::uniqueName BUG=145099 Review URL: https://chromiumcodereview.appspot.com/10879105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154246 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
SPDY - chrome:loadtimes() should display negotiated NPN protocol. BUG=108472 R=willchan TEST=in js console chrome:loadtimes() should print SPDY protocol that was negotiated. Review URL: http://codereview.chromium.org/9413038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123857 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Use overloaded printBegin() chromium-webkit api in PrepareFrameAndViewPrint class and webkit-glue.cc BUG=85132 TEST=none Review URL: https://chromiumcodereview.appspot.com/10168013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137761 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Updating PageClickTracker to Notify listeners When Text Input Loses Focus. Changing PageClickTracker and PageClickListener to give listeners the option to be informed when a text input element loses focus after gaining it. This will be used by the new autofill UI code once it is moved out of WebKit. BUG=51644 TEST= Review URL: http://codereview.chromium.org/8351009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108649 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Updating PageClickTracker to Notify listeners When Text Input Loses Focus. Changing PageClickTracker and PageClickListener to give listeners the option to be informed when a text input element loses focus after gaining it. This will be used by the new autofill UI code once it is moved out of WebKit. BUG=51644 TEST= Review URL: http://codereview.chromium.org/8351009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108649 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Update includes to new header locations. TBR=darin Review URL: http://codereview.chromium.org/8784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112826 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Histograms - Support histograms for Plugins, GPU and all child processes. Renderer processes also use this new method to send histograms to browser. This code is similar to the code that gets profiler data from all processes. R=jar@chromium.org,jam@chromium.org TEST=browser unit tests, interactive UI tests BUG=114013 Review URL: https://chromiumcodereview.appspot.com/10454086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146394 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Histograms - Support histograms for Plugins, GPU and all child processes. Renderer processes also use this new method to send histograms to browser. This code is similar to the code that gets profiler data from all processes. R=jar@chromium.org,jam@chromium.org TEST=browser unit tests, interactive UI tests BUG=114013 Review URL: https://chromiumcodereview.appspot.com/10454086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146394 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup of v8 extension stuff. Playback extension is only used in chrome, so move it to chrome\renderer and all of its associated switches to chrome. GC extension is only used by webkit\support, so move it there. The other two profiler extensions aren't used, so remove them. Review URL: https://chromiumcodereview.appspot.com/10117022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132841 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reign in print throttling. Don't throttle the frequency of calls to window.print() from JavaScript if the action was user initiated (e.g., clicking on a button), if print preview is active (which is tab-modal, so the user can easily stop any attempted DOS), or if a flag on the command line is given (say, you want to run chromium for a point-of-sale system). BUG=50186 TEST=Go to a web page with a print button - should be able to click on the button and cancel the print quickly without ever seeing the dreaded warning from 50186 in the console. Review URL: https://chromiumcodereview.appspot.com/10890054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157612 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reign in print throttling. Don't throttle the frequency of calls to window.print() from JavaScript if the action was user initiated (e.g., clicking on a button), if print preview is active (which is tab-modal, so the user can easily stop any attempted DOS), or if a flag on the command line is given (say, you want to run chromium for a point-of-sale system). BUG=50186 TEST=Go to a web page with a print button - should be able to click on the button and cancel the print quickly without ever seeing the dreaded warning from 50186 in the console. Review URL: https://chromiumcodereview.appspot.com/10890054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157612 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reign in print throttling. Don't throttle the frequency of calls to window.print() from JavaScript if the action was user initiated (e.g., clicking on a button), if print preview is active (which is tab-modal, so the user can easily stop any attempted DOS), or if a flag on the command line is given (say, you want to run chromium for a point-of-sale system). BUG=50186 TEST=Go to a web page with a print button - should be able to click on the button and cancel the print quickly without ever seeing the dreaded warning from 50186 in the console. Review URL: https://chromiumcodereview.appspot.com/10890054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157612 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make cloud print dialog creation function not use browser list, instead obtain profile and parent window from invocation context. http://crbug.com/129053 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138485 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138561 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138823 Review URL: https://chromiumcodereview.appspot.com/10388214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138863 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Print Preview] Refactored code to support auto fit to page functionality. (1) Added |fit_to_paper_size| member variable in PrintMsg_Print_Params. (2) Removed |fit_to_page_| from PrintWebViewHelper. (3) Modified PrintWebViewHelper member functions accordingly. BUG=85132 TEST=none Review URL: http://codereview.chromium.org/10142002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133131 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Some printers has issue with metafiles produces from PDF so added switch and about:flag as workaround for affected users. Rasterisation is implemented and RasterizeMetafile function. It replace metafile with new one where content is only bitmap created by playback of original metafile. FlattenTransparency replaced with full rasterisation. Fixed rectangle returned by Emf::GetPageBounds. Removed SkDevice::AlphaBlendUsed(). Removed return value from PrintWebViewHelper::RenderPage on windows. BUG=133527 Review URL: https://chromiumcodereview.appspot.com/10836330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152681 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert "Revert 137734 - Select theme resources from ResourceBundle at requested scale factor." Relanding original CL 137734, http://codereview.chromium.org/10387010/. TBR=aa,abodenha,ben,sail,tony BUG=123611 TEST=All try bots pass and aura runs without errors. Review URL: https://chromiumcodereview.appspot.com/10412004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138769 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move ModuleSystem and NativeHandler to extensions/ TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153618 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the HANDLED_EXTERNALLY status code. This removes the HANDLED_EXTERNALLY status replacing its use with ResourceRequestInfo::HandledExternally. BUG=none TEST=unit_tests, content_unittests Review URL: https://chromiumcodereview.appspot.com/10640019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155427 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the HANDLED_EXTERNALLY status code. This removes the HANDLED_EXTERNALLY status replacing its use with ResourceRequestInfo::HandledExternally. BUG=none TEST=unit_tests, content_unittests Review URL: https://chromiumcodereview.appspot.com/10640019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155427 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an out-of-line destructor to this class. They are needed because StringPiece is going to become a template instatiation, and according to the Chromium style-checking Clang plugins, that makes any class with a member StringPiece 'complex'. See http://codereview.chromium.org/8659047/ for the changes to StringPiece. R=aa@chromium.org BUG=87634 TEST= Review URL: http://codereview.chromium.org/9021001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115323 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Changing VLOG from level 1 to 9 for text to be translated. OWNER rubber stamp, since I only changed a set of VLOG(1) to VLOG(9)... TBR=thestig BUG=141691 TEST=Make sure that the text to be translated doesn't show up in vlogs unless you set them level to 9. Review URL: https://chromiumcodereview.appspot.com/10831264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151114 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update LoadHTML documentation, and remove spurious commits. All these calls to ProcessPendingMessages() after LoadHTML() were redundant, since LoadHTML directly forces a commit. BUG=None Review URL: https://chromiumcodereview.appspot.com/10408089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138895 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg_, ChromeViewHostMsg, etc. This makes it easier to identify which messages are specific to content and chrome. This is a preparation CL for bug http://code.google.com/p/chromium/issues/detail?id=87335 which requires IPC's to not span across content and chrome. When IPC's cross these boundaries they need to be handled as API calls. BUG=87335 Review URL: http://codereview.chromium.org/7631063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97536 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Gradient overlay for constrained window As a part of the new constrained window look and feel we're changing the the solid gray overlay to a gradient overlay. The overlay fades in on show and fades out on hide. Screenshots: light background: http://i.imgur.com/GJj6L.png dark background: http://i.imgur.com/s37da.png BUG=140520 TEST=Run with --enable-frameless-constrained-dialogs. Navigate to http://www.imagemator.com/ Click "Click to pick an image." Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152059 Review URL: https://chromiumcodereview.appspot.com/10855151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152065 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Gradient overlay for constrained window As a part of the new constrained window look and feel we're changing the the solid gray overlay to a gradient overlay. The overlay fades in on show and fades out on hide. Screenshots: light background: http://i.imgur.com/GJj6L.png dark background: http://i.imgur.com/s37da.png BUG=140520 TEST=Run with --enable-frameless-constrained-dialogs. Navigate to http://www.imagemator.com/ Click "Click to pick an image." Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152059 Review URL: https://chromiumcodereview.appspot.com/10855151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152065 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Gradient overlay for constrained window As a part of the new constrained window look and feel we're changing the the solid gray overlay to a gradient overlay. The overlay fades in on show and fades out on hide. Screenshots: light background: http://i.imgur.com/GJj6L.png dark background: http://i.imgur.com/s37da.png BUG=140520 TEST=Run with --enable-frameless-constrained-dialogs. Navigate to http://www.imagemator.com/ Click "Click to pick an image." Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152059 Review URL: https://chromiumcodereview.appspot.com/10855151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152065 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
remove WEBKIT_USING_CG We haven't set WEBKIT_USING_CG for several stable releases and do not intend to set it again in the forseeable future. This deletes the now-dead code BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10392018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136369 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |