- 21 Jan, 2011 40 commits
-
-
tschmelcher@chromium.org authored
O2D: Implement the COPY_WITH_FADING paint operator, and change some of the other code to be simpler. TEST=loaded O2D and verified COPY_WITH_FADING works BUG=none Review URL: http://codereview.chromium.org/6298011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72194 0039d316-1c4b-4281-b951-d872f2087c98
-
maf@chromium.org authored
Add a prompt line to the "Bookmark All Tabs" sheet so that the user knows what's going on if they accidentally invoke this via Cmd-Shift-D. BUG=59238 Review URL: http://codereview.chromium.org/6372009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72193 0039d316-1c4b-4281-b951-d872f2087c98
-
tessamac@google.com authored
BUG=62752 TEST=browser_tests Review URL: http://codereview.chromium.org/5543001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72192 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This just intersects the paint rect with the plugin rect (previously we used the entire plugin rect, even when the paint rect was smaller). TEST=manual BUG=none Review URL: http://codereview.chromium.org/6296010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72191 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This changes IME handling per the recent NPAPI spec clarification, and adds the new bool to indicate conformance to the new model. Also: - Fixes an existing bug where the initial key down would be sent to the wrong IME system (since it happens before plugin IME starts) by having the render widget track whether a plugin is focused. - Changes ComplexTextInputPanel to match recent upstream changes. BUG=70427 TEST=None (plugins have not yet implemented Cocoa IME). Review URL: http://codereview.chromium.org/6259013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72190 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
BUG=50984 TEST=none Review URL: http://codereview.chromium.org/6257011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72189 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
ScreenRecorder::Stop() need a done task to indicate it is actually paused. This is needed so that we can shutdown threads safely. BUG=69997 TEST=remoting_unittests --gtest_filter=ScreenRecorder.* Review URL: http://codereview.chromium.org/6282006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72188 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
BUG=57289 TEST=ExtensionServiceTest.ExternalPrefProvider, manualy craete an external_extensions.json file in the new in-profile path. Review URL: http://codereview.chromium.org/6370009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72187 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
SSL_ConfigServerSessionIDCache() is being used in SSLServerSocketNSS and enabling session resumption since passes are now passing. BUG=67236 TEST=net_unittests, remoting_unittests Review URL: http://codereview.chromium.org/6370008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72186 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
I overlooked this placeholder code to fix. BUG=none TEST=enabled AcceptKeywordBySpaceTest for views-implementation Review URL: http://codereview.chromium.org/6266015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72185 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6313011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72184 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6342015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72183 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=none TEST=GL_EXTENSIONS showing in about:gpu Review URL: http://codereview.chromium.org/6306008 TBR=zmo@google.com Review URL: http://codereview.chromium.org/6324008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72182 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/6350009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72181 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=GL_EXTENSIONS showing in about:gpu Review URL: http://codereview.chromium.org/6306008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72180 0039d316-1c4b-4281-b951-d872f2087c98
-
davej@chromium.org authored
After getting volume and mute to restore (Issue 6118006), there was one case where it did not: if volume was adjusted for the first time after a fresh install, it would not be remembered on next boot until mute was pressed at least once. BUG=chrome-os:10470 TEST=Manual, volume should be the same after adjusting after fresh install and rebooting Review URL: http://codereview.chromium.org/6321014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72179 0039d316-1c4b-4281-b951-d872f2087c98
-
rniwa@chromium.org authored
TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72178 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6334013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72177 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Revert 72151 - Commit Local State change from http://codereview.chromium.org/5915006 separately, to make it pass the commit bot. BUG=none TEST=none Review URL: http://codereview.chromium.org/6261020 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6300012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72176 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Revert 72153 - Remove user-related data from local_state and add to user_preferences, in preparation for multi-profile. devtools kDevToolsSplitLocation browser kBrowserWindowPlacement Also add a method to browser_prefs to delete obsolete preferences from local state, and fix all related tests. BUG=66717 TEST=all browser, interactive, and ui tests work properly Review URL: http://codereview.chromium.org/5915006 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6247017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72175 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
and headers -- in particular we need to export the reference to the chrome specific glconfig file (GrGLConfig_chrome.h) BUG=none TEST=none Review URL: http://codereview.chromium.org/6297012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72174 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This makes us (almost) just forward through user actions that we receive from other programs rather than having them listed in Chrome's source. Note that new actions that aren't present in Chrome still need to be added to chrome/tools/extract_actions.py, which needs to be rerun to generate new hashes. I say "almost" above because metrics still need to be added to external_metrics.cc due to http://crosbug.com/11095. Once it's fixed, that requirement can be easily removed. I also cleaned up some earlier additions that I made to extract_actions.py and re-ran it to pick up missing actions. BUG=chromium-os:10403 TEST=built it. checked that i see no errors in chrome's log when using the window manager to report a valid user action, but that i still see an error when running "metrics_client -u BogusMetric" Review URL: http://codereview.chromium.org/6266011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72173 0039d316-1c4b-4281-b951-d872f2087c98
-
johnnyg@chromium.org authored
Create a new code path to generate sync strings for the new tab page different from those used on the settings' page. This will allow us to show on the settings page the current sync status as well as a message regarding passwords. BUG=69622 TEST=see bug Review URL: http://codereview.chromium.org/6350008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72171 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This allows me to change one of the callers to not parse the "REVISION=1234" output, which will allow me to change that output in a future change. BUG=41264 Review URL: http://codereview.chromium.org/6265021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72170 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
All strings that remain are either probably actually used (e.g. by chrome frame or chromeos or the windows installer), or may be used soon (i.e. less than 6 months old). BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6360009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72169 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72167 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "PluginInstallerInfoBarDelegate" for clarity, lots of other misc. stuff BUG=none TEST=none Review URL: http://codereview.chromium.org/6249010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72166 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=about:gpu page shows Drive Vendor, GL_RENDERER, etc. Review URL: http://codereview.chromium.org/6289011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72165 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Private key is cloned instead of transferred. This eliminates the leak in JingleSessionTest.*. BUG=70291 TEST=valgrind bot is green Review URL: http://codereview.chromium.org/6317009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72164 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
TEST=none BUG=50943 Review URL: http://codereview.chromium.org/6363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72163 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
In addition to the normal method reordering, this patch also deinlines net/base/test_completion_callback.h and places the compiled code in the net_test_support target. Minimization of that header also required adding includes in a few unit tests. BUG=68682 TEST=compiles Review URL: http://codereview.chromium.org/6341004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72162 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
There was a lot of thread hopping from IO to UI back to IO to answer requests. This is was GpuProcessHostUIShim is for. Refactored to take advantage of it. BUG=none TEST=by hand and trybots Review URL: http://codereview.chromium.org/6374007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72161 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This fixes an error with the gyp file that was causing some compiler flags to be double included. It also fixes a number of MSVC compiler warnings. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72160 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@google.com authored
error status. CertGetCertificateChain no longer detects the error. R=agl BUG=70210 TEST=none Review URL: http://codereview.chromium.org/6331009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72159 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TEST=this is it BUG=none Review URL: http://codereview.chromium.org/6250024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72158 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Make sure IndexedDBContext is deleted before returning from ~WebKitContext. Otherwise, UtilityProcessHost may still be in batch mode when the IO thread is shut down. BUG=67422 TEST=browser_tests --gtest_filter=IndexedDBBrowserTest.* Review URL: http://codereview.chromium.org/6209005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72157 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Compute the rectangle for the paint, and create a hole inside it, instead of making a giant all-consuming hole. BUG=70410 TEST=manually, see bug. Review URL: http://codereview.chromium.org/6261019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72156 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Clean up WebNavigationObserver by taking out password specific callbacks, and make PasswordManager just dispatch the IPC message directly to achieve this. I've also combined WebNavigationObserver with IPC message filtering (I hadn't seen the former when I added it). This allows a little more cleanup in AutoFillManager. Review URL: http://codereview.chromium.org/6368011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72155 0039d316-1c4b-4281-b951-d872f2087c98
-
petkov@chromium.org authored
Extends the external_metrics interface to recognize a new metric kind (crash) which gives a string to describe which kind of crash. We handle three currently non-Chrome user space crashes, kernel crashes, and unclean system shutdowns. These are accumulated, but not yet put into xml uploads until the server side is ready. BUG=chromium-os:9352 TEST=unit_tests and tested in chromeos that log messages were generated corresponding with crashes. Review URL: http://codereview.chromium.org/6077013 Patch from Ken Mixter <kmixter@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72154 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Remove user-related data from local_state and add to user_preferences, in preparation for multi-profile. devtools kDevToolsSplitLocation browser kBrowserWindowPlacement Also add a method to browser_prefs to delete obsolete preferences from local state, and fix all related tests. BUG=66717 TEST=all browser, interactive, and ui tests work properly Review URL: http://codereview.chromium.org/5915006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72153 0039d316-1c4b-4281-b951-d872f2087c98
-