| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
BUG=98908
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105489 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105482 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105473 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105468 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8274024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105461 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105453 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105435 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|