index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement blocking read. Reading was working fine for synchronous case, but t...
miket@chromium.org
2012-01-13
1
-4
/
+52
*
Implement the new first run bubble, clean up old bubbles.
msw@chromium.org
2012-01-12
1
-3
/
+3
*
Remove usage of using namespace, and cleanup trace_analyzer namespace
jbates@chromium.org
2012-01-12
4
-27
/
+38
*
Convert use of int ms to TimeDelta in files owned by sky.
tedvessenes@gmail.com
2012-01-12
1
-1
/
+4
*
Updating the flapper plugin version info for plugins check test.
rohitbm@chromium.org
2012-01-12
1
-1
/
+1
*
Remove more references to the deprecated webapp_it2me.
sergeyu@chromium.org
2012-01-12
1
-11
/
+11
*
Re-enable DownloadsApiTest.Downloads
cbentzel@chromium.org
2012-01-12
1
-93
/
+106
*
Add DNS resolution API. Part of socket APIs.
miket@chromium.org
2012-01-12
4
-0
/
+66
*
WebSocket Pepper API: add a unit test for the bufferedAmount property
toyoshim@chromium.org
2012-01-12
1
-0
/
+1
*
Extends chromedriver to support HTML5 storage commands.
kkania@chromium.org
2012-01-12
6
-27
/
+517
*
ppapi_tests: FlashFullscreen does not flake in-process. Fix the disabling,
polina@google.com
2012-01-12
1
-6
/
+11
*
Improve stability of Chrome Endure's Docs/Plus memory bloat tests.
dennisjeffrey@chromium.org
2012-01-12
1
-44
/
+103
*
Makes window focused for pixel test
pkotwicz@chromium.org
2012-01-12
1
-0
/
+2
*
Get rid of RenderViewHostManager usage in chrome.
jam@chromium.org
2012-01-11
2
-6
/
+3
*
Remove almost all remaining TOUCH_UIs.
bryeung@chromium.org
2012-01-11
3
-1
/
+1
*
Enabled ui_tests:
raymes@chromium.org
2012-01-11
1
-3
/
+2
*
Allow resizing a panel using chrome.windows.update() extension API.
jennb@chromium.org
2012-01-11
5
-13
/
+94
*
Add Browser::IsPanelWindow() to correctly identify panel windows.
stevenjb@google.com
2012-01-11
2
-0
/
+5
*
Possible fix for flaky IndexedDB browser test - delete DB before setting it up.
jsbell@chromium.org
2012-01-11
1
-12
/
+17
*
Re-enable AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator on Aura.
mazda@chromium.org
2012-01-11
1
-5
/
+1
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
2
-4
/
+3
*
Save tree from ExtensionDevToolsBrowserTest.ProcessRefCounting errors.
dbeam@chromium.org
2012-01-11
4
-2
/
+14
*
FPS throughput performance test for software and accelerated content.
jbates@chromium.org
2012-01-11
1
-0
/
+187
*
Add the pdf test file for the about:plugin functionality tests
kkania@chromium.org
2012-01-11
1
-0
/
+0
*
Convert many uses of background.page to background.scripts.
aa@chromium.org
2012-01-11
176
-664
/
+88
*
Moved SigninManager out of browser/sync, and start changing the code so signin
atwilson@chromium.org
2012-01-11
2
-3
/
+23
*
Constrained Network test does not fail fast under fatal conditions.
shadi@chromium.org
2012-01-11
2
-24
/
+72
*
Remove PyAuto based event tests; covered by Layout Tests.
dalecurtis@chromium.org
2012-01-11
5
-270
/
+0
*
Have ChromeDriver's /status handler adhere to the WebDriver spec:
jleyba@chromium.org
2012-01-11
3
-12
/
+36
*
Introduce background.scripts feature for extension manifests.
aa@chromium.org
2012-01-10
6
-7
/
+42
*
Query the current window with chrome.tabs.query using -1.
jstritar@chromium.org
2012-01-10
1
-1
/
+14
*
Move tests on GPU bots to one place.
zmo@google.com
2012-01-10
2
-0
/
+430
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
2
-3
/
+4
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
2
-4
/
+3
*
Revert 117005 - Added page objects for various content settings pages and gen...
nirnimesh@chromium.org
2012-01-10
4
-425
/
+71
*
Logging detected LayoutTests path.
toyoshim@chromium.org
2012-01-10
2
-1
/
+12
*
Removing files that should have been removed in r116901
mkwst@chromium.org
2012-01-10
12
-0
/
+0
*
Added page objects for various content settings pages and generalized tests f...
dyu@chromium.org
2012-01-10
4
-71
/
+425
*
Pyauto tests can now request DOM node/event listener counts from a Chrome tab.
dennisjeffrey@chromium.org
2012-01-10
2
-32
/
+168
*
In chromedriver, add few helpful logging statements and use a temporary
kkania@chromium.org
2012-01-10
3
-24
/
+90
*
Renable extensions.ExtensionsTest.testGetExtensionPermissions in FULL suite
nirnimesh@chromium.org
2012-01-10
1
-3
/
+0
*
Disable chromedriver mouse events tests on linux.
kkania@chromium.org
2012-01-10
1
-0
/
+2
*
Change chromedriver to use the current session key modifier state when
kkania@chromium.org
2012-01-10
8
-152
/
+484
*
Remove redundantly-disabled test from PYAUTO_TESTS file.
dennisjeffrey@chromium.org
2012-01-09
1
-4
/
+0
*
Attempt 2 at: Makes detached tab dragging create a real browser. It's enabled on
sky@chromium.org
2012-01-09
2
-1
/
+27
*
Update BookmarkManager extension API test to use document.execCommand()
dcheng@chromium.org
2012-01-09
2
-8
/
+34
*
Calculate extension permission increases from changes in warning messages.
jstritar@chromium.org
2012-01-09
2
-0
/
+17
*
Mark AutomationProxyTest.AcceleratorExtensions flaky on Mac
binji@chromium.org
2012-01-09
1
-1
/
+7
*
Revert 116892 - Add pyauto tests for about plugins page, including PDF viewer...
nirnimesh@chromium.org
2012-01-09
3
-116
/
+1
*
Rip Out the Sidebar API
rdevlin.cronin@chromium.org
2012-01-09
15
-363
/
+2
[next]