| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9323050
git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120447 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:25708
TEST=None
R=dtu@chromium.org
Review URL: http://codereview.chromium.org/9314006
TBR=nirnimesh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9317075
git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=112314
TEST=ExtensionApiTest.Tabs2
Review URL: https://chromiumcodereview.appspot.com/9320016
TBR=jstritar@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9317043
git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120128 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This crash occurs when an unpacked extension changes IDs by adding a key to its manifest. The extension preferences are stored under the old key. This started causing problems because now we record granted permissions for unpacked extensions.
BUG=112301
TEST=ExtensionServiceTest.UnpackedExtensionCanChangeID
Review URL: https://chromiumcodereview.appspot.com/9320021
TBR=jstritar@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9317042
git-svn-id: svn://svn.chromium.org/chrome/branches/1025/src@120127 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are a couple of missing pieces, notably turning on the sync feature by
default (blocked on writing integration tests).
This patch will be reverted ASAP after the next release build is stable.
BUG=
TEST=browser_tests --gtest_filter=ExtensionSettings*; unit_tests --gtest_filter=ExtensionSettings*
Review URL: http://codereview.chromium.org/9233043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119854 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=112051
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9301028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119844 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: https://chromiumcodereview.appspot.com/9301027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119840 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
RestartBrowser() calls pkill and pgrep on 'chrome'. These calls are not working correctly, because that regex includes the 'chromedriver' process.
BUG=chromium-os:19556
TEST=Run the PyAuto test: python pyauto_webdriver.py
Review URL: http://codereview.chromium.org/9104025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119837 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
for specefic exceptions pages.
BUG=102892
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9147048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119818 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:23673
TEST=OncNetworkParserTest
Review URL: https://chromiumcodereview.appspot.com/9297061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119799 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9301022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119797 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Waiting for idle CPU before calling pyauto.PyUITest.setUp() was problematic,
because the killing/init of Chrome occurs within pyauto.PyUITest.setUp().
BUG=chromium-os:25662
TEST=Verified CPU goes idle on Flash tests only after making this change.
Review URL: https://chromiumcodereview.appspot.com/9303017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119795 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=110656
TEST=pyauto test: shortcuts.ShortcutsTest.testClearBrowsingDataShortcut
R=csilv@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9264056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unloads (in memory only, for now).
Add support for broadcasted events.
Add an extension.onInstalled event that is run when the event page first
starts.
BUG=81752
TEST=no
Review URL: https://chromiumcodereview.appspot.com/9297003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
FlashFullscreen test. No longer mark the test as
flaky.
TEST=ui_tests
BUG=108471
Review URL: https://chromiumcodereview.appspot.com/9133024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119760 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To be removed when r119687 reaches official builds.
BUG=None
TEST=None
TBR=dennisjeffrey@chromium.org
R=dennisjeffrey@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9233037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119738 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=yoz
BUG=109939
Review URL: https://chromiumcodereview.appspot.com/9233034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
iteration.
The pyauto performance tests that iteratively take performance measurements
now output the perf measurements on-the-fly as each measurement is taken,
thereby ensuring that the (pyauto generated) timestamps printed next to
each measured performance value is accurate in terms of when the measurement
was taken.
This CL also removes the arbitrary limit of 2 decimal places for measured
performance values.
BUG=chromium-os:25456
TEST=Ran the perf tests on my local alex device.
Review URL: https://chromiumcodereview.appspot.com/9297042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119704 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
UpdateTabFunction is asynchronous when updating a tab with a javascript URL. In this situation, the method was returning early before generating the callback result. This fixes the ExecuteScriptApiTest.NavigationRaceJavaScriptUrl test.
BUG=89731
TEST=ExecuteScriptApiTest.NavigationRaceJavaScriptUrl
Review URL: http://codereview.chromium.org/9225010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9296041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119684 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9298022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119667 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
For real this time (typo in previous attempt r119458).
BUG=111636
TEST=none
TBR=toyoshim
Review URL: https://chromiumcodereview.appspot.com/9104007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119666 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=kalman@chromium.org
Review URL: http://codereview.chromium.org/9295042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119647 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
specifically listed as web accessible.
BUG=109686
Review URL: http://codereview.chromium.org/9152022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119646 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- exposing the constants as properties on chrome.storage.{sync,local}, and
- adding a new API call "getBytesInUse".
BUG=110980, 110583, 110663
TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119598
Review URL: http://codereview.chromium.org/9284013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119643 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
extensions, via:
- exposing the constants as properties on chrome.storage.{sync,local}, and
- adding a new API call "getBytesInUse".
BUG=110980, 110583, 110663
TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting*
Review URL: http://codereview.chromium.org/9284013
TBR=kalman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9296033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119619 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also adds 'index' as an option in chrome.tabs.query.
BUG=67539
TEST=ExtensionApiTest.TabOpener
Review URL: http://codereview.chromium.org/9234041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119600 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- exposing the constants as properties on chrome.storage.{sync,local}, and
- adding a new API call "getBytesInUse".
BUG=110980, 110583, 110663
TEST=unit_tests --gtest_filter=ExtensionSettingsFrontendTest*, browser_tests --gtest_filter=ExtensionSetting*
Review URL: http://codereview.chromium.org/9284013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119598 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=junov
Review URL: http://codereview.chromium.org/9290054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119594 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9297045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119593 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
files.
BUG=111326
R=jam
TBR=sky,tony,ajwong,ananta
Review URL: http://codereview.chromium.org/9232060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119566 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9223027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
and check that the CPU is idle before continuing.
Review URL: http://codereview.chromium.org/9271066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111603
TEST=none
Review URL: http://codereview.chromium.org/9121058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119557 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=107630
TEST=none
Review URL: http://codereview.chromium.org/9288051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119555 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=105513
TEST=This is one.
Review URL: http://codereview.chromium.org/9193024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119541 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=111625
TEST=none
Review URL: https://chromiumcodereview.appspot.com/9296025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119531 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Resource leaks.
I had to also port a couple of constants and helpers from native_client/ppapi_test_lib.
TEST=ui_tests
BUG=110242
Review URL: https://chromiumcodereview.appspot.com/9174020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, timestamps were prepended to log messages in pyauto only when
the --verbose flag to pyauto was set. Now, all logging messages are
prepended with a timestamp, whether or not --verbose is specified.
The rationale for doing this is as follows: --verbose specifies which
logging messages are printed (the logging level). It should not also
affect the format of a log message. Since there are situations in which
we may not want to see DEBUG messages, but we still want to know the times
at which different events occurred during test execution, we now prepend
a timestamp to every pyauto logging message, whether or not --verbose
is specified. In the future, we could add a new flag to pyauto that
controls the logging format (e.g., whether or not to print timestamps along
with log messages).
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/9296018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119510 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
are constantly failing now.
BUG=111289
Review URL: https://chromiumcodereview.appspot.com/9297002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119498 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/9121037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119484 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=111572
TEST=yes
Review URL: https://chromiumcodereview.appspot.com/9232053
Patch from Mike Tsao <miket@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119475 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can (ultimately) do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9169100
TBR=backer@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9225029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119468 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It now dumps a log to memory and loads it. The
results in updating all tabs, hiding tabs and buttons
that don't work when the BrowserBridge is disabled.
Also allows export of logs in stop capturing mode or
when viewing a loaded log (Which are now equivalent
states).
R=eroman@chromium.org
BUG=111195
Review URL: http://codereview.chromium.org/9291001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
PPAPINaClTest.WebSocket_CcInterfaces is intermittently failing on OSX
BUG=111636
TEST=none
TBR=toyoshim
Review URL: https://chromiumcodereview.appspot.com/9297020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL causes the GpuPixelBrowserTests to load libllvmpipe.so (if it is available) and fallback to standard libGL.so otherwise. This is so that we can (ultimately) do a smoke test of the GPU accelerated display path on the Aura dbg bot on the Chromium waterfall.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9169100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119457 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9298008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=nirnimesh@chromium.org
BUG=111625
TEST=pyauto waterfall goes green
Review URL: https://chromiumcodereview.appspot.com/9121049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119446 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, update pyauto test infobars.InfobarTest.testMultipleDownloadsInfobar to not use
GetTab(0).Reload() as this now is treated as a user gesture, which causes the DownloadRequestLimiter to reset its state.
BUG=110707
Initial commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=118859
Revert (pyauto test broke): r118901
Review URL: https://chromiumcodereview.appspot.com/9269010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119431 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=dalecurtis@chromium.org
R=dalecurtis@chromium.org
BUG=111603
TEST=
Review URL: https://chromiumcodereview.appspot.com/9121041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119422 0039d316-1c4b-4281-b951-d872f2087c98
|