summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move extension permissions API out of experimental.jstritar@chromium.org2011-10-14101-120/+232
| | | | | | | | | BUG=84507 TEST=*Extension* Review URL: http://codereview.chromium.org/8277004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105491 0039d316-1c4b-4281-b951-d872f2087c98
* net: more Brocade hosts for the blocklistagl@chromium.org2011-10-141-0/+4
| | | | | | BUG=98908 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105489 0039d316-1c4b-4281-b951-d872f2087c98
* Remove extraneous file left over from earlier revert of 8120004.mrossetti@chromium.org2011-10-141-199/+0
| | | | | | | | | | BUG=None TEST=None Previously reviewed: http://codereview.chromium.org/8285003/. Review URL: http://codereview.chromium.org/8275021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105488 0039d316-1c4b-4281-b951-d872f2087c98
* Added strings with Search Engine change and home page change warnings.ivankr@chromium.org2011-10-141-0/+45
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8274035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105487 0039d316-1c4b-4281-b951-d872f2087c98
* Add robertshield to watch lists for Chrome Frame and automation.robertshield@chromium.org2011-10-141-2/+3
| | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8275025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105486 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-147-20/+44
| | | | | | | | | | | | | | | | | and if the current element is the fullscreen element. This will help us determine more reliably if the plugin entered/exited fullscreen mode. This also takes care of the F11 case where desired_fullscree_state_ has not been properly set. Add an dummy stub for RenderWidget::is_fullscreen to be implemented by darin in a different patch) and wrappers for it to make it available via PluginDelegate::IsInFullscreenMode to the PluginInstance. BUG=41780,98477 TEST=ppapi_tests/test_fullscreen, native_client/tests/ppapi_browser/ppb_fullscreen Review URL: http://codereview.chromium.org/8273029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105485 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky test.rkc@chromium.org2011-10-141-0/+7
| | | | | | | | | | | | | | NotificationTest.TestStateTransition2 has been failing a lot on hardware and rarely on VM's. Disable it while owner investigates. R=zelidrag@chromium.org BUG=None. TEST=Verified that the test gets disabled. Review URL: http://codereview.chromium.org/8276012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105484 0039d316-1c4b-4281-b951-d872f2087c98
* Webui starting negotiations with cryptohomed are delayed until the first mountglotov@google.com2011-10-143-14/+11
| | | | | | | | | BUG=chromium-os:20889 TEST=manual Review URL: http://codereview.chromium.org/8208017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105483 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105482 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 97445:97447tkent@chromium.org2011-10-141-1/+1
| | | | | | | | | TEST=none BUG=none TBR=dglazkov Review URL: http://codereview.chromium.org/8274029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105481 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized condition in browser::Navigate()timurrrr@chromium.org2011-10-141-0/+5
| | | | | | | | | BUG=100315 TBR=thestig TEST=Memory waterfall turns green Review URL: http://codereview.chromium.org/8283030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105480 0039d316-1c4b-4281-b951-d872f2087c98
* Polish the critical notification bubble a bit.finnur@chromium.org2011-10-142-10/+32
| | | | | | | | | | | | | Deal better with onbeforeunload handlers: - Make sure we clear the "restart" flag if the user selects "Don't reboot". - Change the headline for the bubble to deal with the counter reaching 0. - Make sure we update the bubble even when the counter has reached 0. BUG=97665 TEST=On a page with an onbeforeunloadhandler, initiate the critical notification bubble. Let the counter reach 0, but select "Stay on this page" when the onbeforeunloadhandler fires. The bubble should remain on screen, the headline should no longer have a counter. Select "Don't restart", then shut down the browser. It should not re-launch. Review URL: http://codereview.chromium.org/8274013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105479 0039d316-1c4b-4281-b951-d872f2087c98
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin ↵polina@google.com2011-10-146-43/+139
| | | | | | | | | | | | | | | | | | to fill in the screen in SetFullscreen. Reset plugin size in ViewChanged when we exit. Update tests. We are forced to resize the plugin in the Pepper layer because WebKit does yet do it. It only moves the plugin to the middle of the screen with the expectations the web page will contain the following css: :-webkit-full-screen { width: 100%; height: 100%; } That's not acceptable for Pepper/NaCl users. BUG=41780,98474 TEST=in CL Review URL: http://codereview.chromium.org/8228023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105476 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress TSan/Mac false positivetimurrrr@chromium.org2011-10-141-0/+9
| | | | | | | | TBR=glider BUG=100313 Review URL: http://codereview.chromium.org/8271027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105475 0039d316-1c4b-4281-b951-d872f2087c98
* Use rewritten url of a tab to find the zoom level from zoom map. Zoom map iswrm364@motorola.com2011-10-142-1/+7
| | | | | | | | | | | | | | maintained using rewritten URLs. Using GetURL() to find the zoom level will fail in case of rewritten URLs as GetURL() returns virtual_url which will be different from the rewritten URL. Contributed by wrm364@motorola.com BUG=94408 Review URL: http://codereview.chromium.org/8262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105474 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 908.0 to 909.0chrome-release@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105473 0039d316-1c4b-4281-b951-d872f2087c98
* Watch code changes related to text input and omnibox.suzhe@chromium.org2011-10-141-0/+19
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8256005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105469 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105468 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.thakis@chromium.org2011-10-141-2/+4
| | | | | | | | | | | | | | The interesting parts of the patch are by wtc. Found by PVS Studio: http://www.viva64.com/en/b/0113/ , N12 BUG=100278 TEST=none Review URL: http://codereview.chromium.org/8273009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105467 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 97434:97445tkent@chromium.org2011-10-141-1/+1
| | | | | | | | | TEST=none BUG=none TBR=dglazkov Review URL: http://codereview.chromium.org/8274027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105466 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Move BrightnessObserver initialization to the right place.satorux@chromium.org2011-10-143-12/+19
| | | | | | | | | | | | | | We should do this right after DBusThreadManager is initialized, not at a random place in a huge function in chrome_browser_main.cc. Besides, we should remove the observer before DBusThreadManager is shut down. TEST=brightness controls work as before BUG=chromium-os:16551 Review URL: http://codereview.chromium.org/8271010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105464 0039d316-1c4b-4281-b951-d872f2087c98
* Allow speech input feature to be disabled.jknotten@chromium.org2011-10-146-0/+34
| | | | | | | | | | BUG=None TEST=Existing Review URL: http://codereview.chromium.org/8222025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105463 0039d316-1c4b-4281-b951-d872f2087c98
* Watchlist: add myself.ihf@chromium.org2011-10-141-2/+4
| | | | | | Review URL: http://codereview.chromium.org/8274024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105462 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105461 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling FFmpeg to r105457.scherkus@chromium.org2011-10-141-1/+1
| | | | | | | | TBR=cevans Review URL: http://codereview.chromium.org/8283016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105460 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r105450: Linux: add basic bookmark menu support. More features can be ↵mdm@chromium.org2011-10-1410-40/+377
| | | | | | | | | | | | | | added later. Currently, only supports ctrl-click/middle click to open in a new tab. It's supposed to be quite fancy and support context menus and maybe other gestures as well; these are not yet supported. BUG=81263 TBR=mdm@chromium.org Review URL: http://codereview.chromium.org/8286018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105459 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable NoStartupWindowTest.NoStartupWindowBasicTest on Mackbr@chromium.org2011-10-141-0/+5
| | | | | | | | | | | while determining the correct fix. BUG=100298 TEST=ran NoStartupWindowTest.NoStartupWindowBasicTest on Mac, ensured disabled TBR=atwilson,apatrick Review URL: http://codereview.chromium.org/8273030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105458 0039d316-1c4b-4281-b951-d872f2087c98
* Shrinks the launcher down to 48 pixels high, changes chromium imagesky@chromium.org2011-10-148-6/+169
| | | | | | | | | | | | | appropriately, and gets browser window entry to match mocks. For aura_shell I'm randomly adding 3 images to test that it works. BUG=97262 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8274019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105455 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r105450: Linux: add basic bookmark menu support.mdm@chromium.org2011-10-1410-377/+40
| | | | | | | TBR=mdm@chromium.org Review URL: http://codereview.chromium.org/8286017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105454 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105453 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 97400:97434tkent@chromium.org2011-10-141-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dglazkov Review URL: http://codereview.chromium.org/8273028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105452 0039d316-1c4b-4281-b951-d872f2087c98
* Fix OVERRIDE check failure. Clear() is not virtual, but we don't need it to be.mdm@chromium.org2011-10-141-1/+2
| | | | | | | TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8277028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105451 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add basic bookmark menu support. More features can be added later.mdm@chromium.org2011-10-1410-40/+376
| | | | | | | | | | | Currently, only supports ctrl-click/middle click to open in a new tab. It's supposed to be quite fancy and support context menus and maybe other gestures as well; these are not yet supported. BUG=81263 Review URL: http://codereview.chromium.org/8215001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105450 0039d316-1c4b-4281-b951-d872f2087c98
* Enable ConstrainedHtmlDialog resources for linux views and linux/win aura.oshima@chromium.org2011-10-146-38/+33
| | | | | | | | | | | | | This covers linux_views,chromeos,touch and aura on both win andlinux. Remove unnecessary code in dialog_stub_gtk and simplified gyp a bit. BUG=99937 TEST=none Review URL: http://codereview.chromium.org/8231001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105449 0039d316-1c4b-4281-b951-d872f2087c98
* Urgent workaround for M16 ChromeOS bug.enal@chromium.org2011-10-141-0/+7
| | | | | | | | | | | | | | I suspect it is caused by low latency audeo on the slow hardware. While attempting proper investigation I just turn off low latency audio on ChromeOS for now. If it is really the case I se several ways to properly fix the bug, but they require much more testing and experimenting. BUG=chromium-os:21491 Review URL: http://codereview.chromium.org/8275016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105448 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the file perms given for write access.viettrungluu@chromium.org2011-10-141-0/+4
| | | | | | | | | | | | This allows save dialogs to work properly in (trusted) Pepper. BUG=none TEST=Trung's Flapper build works. Review URL: http://codereview.chromium.org/8283023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105445 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable app search from omnibox tests on Mac, since crbug.com/98801vivianz@chromium.org2011-10-141-6/+0
| | | | | | | | | | | is now fixed and stay green on all pyauto bots. BUG=98801 TEST=re-enable tests Review URL: http://codereview.chromium.org/8283017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105444 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Show avatar menu from NTPsail@chromium.org2011-10-144-5/+10
| | | | | | | | | | BUG=83169 TEST= Review URL: http://codereview.chromium.org/8244002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105442 0039d316-1c4b-4281-b951-d872f2087c98
* Fix special_tabs.SpecialTabsTest.testSpecialURLTabs and enable on linuxnirnimesh@chromium.org2011-10-142-1/+2
| | | | | | | | | | | | | On win/mac it causes a browser crash due to an unrelated problem, which I'm working on separately. R=dennisjeffrey@chromium.org BUG=88574 TEST= Review URL: http://codereview.chromium.org/8286016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105441 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.isherman@chromium.org2011-10-141-1/+7
| | | | | | | | | | | | This should help to reduce confusion about the recommended upper- and lower-bounds for enumerated histograms. BUG=none TEST=none Review URL: http://codereview.chromium.org/8273022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105440 0039d316-1c4b-4281-b951-d872f2087c98
* Reland http://codereview.chromium.org/8233039/ with a fixdpranke@chromium.org2011-10-144-6/+29
| | | | | | | | | | | | so that mac works. TBR=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/8276015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105439 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check_perms broken by r105422.mdm@chromium.org2011-10-141-0/+0
| | | | | | | TBR=jstritar@chromium.org Review URL: http://codereview.chromium.org/8274021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105438 0039d316-1c4b-4281-b951-d872f2087c98
* Change i18n icu header inclusions to not use system header syntax. asvitkine@chromium.org2011-10-143-4/+4
| | | | | | | | | BUG=none TEST=compiles Review URL: http://codereview.chromium.org/8274003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105437 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstrings in web_ui tracing_ui.cc.tony@chromium.org2011-10-141-18/+6
| | | | | | | | | BUG=23581 Review URL: http://codereview.chromium.org/8283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105436 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105435 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 1070:1073thakis@chromium.org2011-10-141-1/+1
| | | | | | | | | | | | | | 1071: Adding in cygwin + python to the check-out on win. 1072: Don't need cygwin on mac/linux. 1073: make: Clear out CHROMIUM_STRIP_SAVE_FILE if it's not set. BUG=none TEST=macmake release builds no longer error out. TBR=mark Review URL: http://codereview.chromium.org/8283015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105433 0039d316-1c4b-4281-b951-d872f2087c98
* Make GPU_DCHECK* keep reference to passed variables pph34r@gmail.com2011-10-141-37/+37
| | | | | | | | | | | | | to avoid unused variable warnings in release build. BUG=87490 TEST=None Review URL: http://codereview.chromium.org/8271002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105432 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r105404 with compile warning fix.zea@chromium.org2011-10-1446-193/+1618
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Sync] Refactor non-frontend DTC to handle new API properly. We now support disconnecting the syncableservice from the syncer via it's sync change processor. AutofillProfile has been modified to support this. As a result of the refactor and this disconnect functionality, we don't need to block sync shutdown on datatypes implemented the new API, even if they don't run on the UI thread. From here on, datatypes that are not on the UI thread should have their controller inherit from NewNonFrontendDataTypeController, and should have their syncable service take ownership of the sync change processor it receives. A remaining TODO is to apply these changes to UI thread based datatypes. This involves having them all take ownership of their sync change processors (this change has their datatype controllers take ownership instead) and creating a new parent datatype controller class that is API aware, allowing us to remove the SyncableServiceAdapater completely. See crbug.com/100114. BUG=96889 TEST=unit_tests, integration tests TBR=akalin@chromium.org Original codereview at: http://codereview.chromium.org/8065016/ Review URL: http://codereview.chromium.org/8275018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105431 0039d316-1c4b-4281-b951-d872f2087c98
* Add activation/deactivation test for Panels.dimich@chromium.org2011-10-147-107/+188
| | | | | | | | | Also fix Activation/Deactivation code for Linux and Mac so the test passes TEST=PanelBrowserTest.Activation Review URL: http://codereview.chromium.org/8221013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105430 0039d316-1c4b-4281-b951-d872f2087c98
* Add *.googleplex.com to HSTS list.cevans@chromium.org2011-10-142-0/+5
| | | | | | | TEST=TransportSecurityStateTest.* Review URL: http://codereview.chromium.org/8280001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105429 0039d316-1c4b-4281-b951-d872f2087c98