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
/
browser
/
automation
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move initialization of ChromeURLRequestContexts to the IO thread.
eroman@chromium.org
2009-10-23
3
-41
/
+99
*
Implements tests for testing browser's overall key events handling behavior.
suzhe@chromium.org
2009-10-23
1
-4
/
+5
*
Add support for to automation interface load install and load extensions.
rogerta@chromium.org
2009-10-20
4
-0
/
+143
*
When Chrome hands off a URL to be opened by the external host by the ViewHost...
ananta@chromium.org
2009-10-19
2
-3
/
+3
*
Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED when
wtc@chromium.org
2009-10-17
1
-1
/
+1
*
Rename CHROME_PERSONALIZATION to BROWSER_SYNC.
nick@chromium.org
2009-10-17
1
-1
/
+1
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
3
-0
/
+3
*
Browser side support (sans UI) for desktop notifications.
johnnyg@chromium.org
2009-10-12
1
-0
/
+3
*
SIGTERM should cause the application to exit on the Mac.
mark@chromium.org
2009-10-12
1
-1
/
+1
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
2
-2
/
+2
*
Add the ability to unload the HistoryBackend.
pkasting@chromium.org
2009-10-08
1
-0
/
+3
*
Committing change 255087 for Roger:
tommi@chromium.org
2009-10-08
2
-1
/
+4
*
Revert "Revert "Add startup tests that log start script, domcontentloaded, an...
tony@chromium.org
2009-10-07
4
-5
/
+69
*
Revert "Add startup tests that log start script, domcontentloaded, and onload."
mattm@chromium.org
2009-10-07
4
-69
/
+5
*
Add startup tests that log start script, domcontentloaded, and onload.
tony@chromium.org
2009-10-07
4
-5
/
+69
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
2
-3
/
+3
*
Added support for specifying the BrowserFlags DWORD value when we register th...
ananta@chromium.org
2009-10-06
2
-0
/
+29
*
TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...
jnd@chromium.org
2009-10-04
1
-0
/
+8
*
Add Profile::DeleteSpellChecker(), which my MemoryPurger will use to purge th...
pkasting@chromium.org
2009-10-02
1
-1
/
+4
*
Add some debugging junk to ExtensionMessageService to track down a crash.
mpcomplete@chromium.org
2009-10-01
1
-1
/
+7
*
Landing patch from contributor Thiago Farina.
finnur@chromium.org
2009-09-30
2
-4
/
+3
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
6
-33
/
+46
*
Linux: Enable FindInPage automated ui test test.
estade@chromium.org
2009-09-28
1
-4
/
+3
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
6
-46
/
+33
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
6
-33
/
+46
*
Update the TabContents::SavePage parameter to take FilePath instead of wstrin...
rsesek@chromium.org
2009-09-26
2
-4
/
+4
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
2
-2
/
+6
*
Cut down on flakiness of automated ui tests by changing message sending/waiti...
estade@chromium.org
2009-09-25
1
-4
/
+2
*
Fix gcc warning in chrome os compile.
estade@chromium.org
2009-09-25
1
-2
/
+3
*
GTK: First cut at tab dragging automation.
estade@chromium.org
2009-09-25
2
-11
/
+157
*
Remove unused tab_contents variable.
mattm@chromium.org
2009-09-24
1
-1
/
+0
*
Reinstating the AutomationMsg_TabReposition message and related stuff which i...
ananta@chromium.org
2009-09-23
3
-0
/
+33
*
Automated ui test porting + cleanup:
estade@chromium.org
2009-09-22
5
-88
/
+109
*
Revert a file that slipped into r26699 by mistake.
estade@chromium.org
2009-09-21
1
-11
/
+0
*
Reverting r26698. Somehow this broke scons?
estade@chromium.org
2009-09-21
1
-0
/
+11
*
Adding basic window control to the automation provider for the Mac.
avi@chromium.org
2009-09-21
2
-1
/
+74
*
Retry that check for nullness in url request automation job.
tommi@chromium.org
2009-09-17
1
-2
/
+7
*
revert bad merge.
tommi@chromium.org
2009-09-17
1
-3
/
+2
*
Fix a dlog that could dereference a null pointer.
tommi@chromium.org
2009-09-17
1
-2
/
+3
*
First part of automated_ui_tests improvements.
phajdan.jr@chromium.org
2009-09-16
1
-0
/
+21
*
Revert "First part of automated_ui_tests improvements."
phajdan.jr@chromium.org
2009-09-15
1
-21
/
+0
*
First part of automated_ui_tests improvements.
phajdan.jr@chromium.org
2009-09-15
1
-0
/
+21
*
Chrome should shut down cleanly when quit from the Dock icon menu, during
mark@chromium.org
2009-09-15
1
-2
/
+2
*
Changing a NOTREACHED() to a DLOG as StopAsync can be called before a view ha...
tommi@chromium.org
2009-09-14
1
-1
/
+3
*
ExternalTabcontainer browser to initial URL
amit@chromium.org
2009-09-11
1
-1
/
+1
*
Supressing the referrer header in the automation url request job when going f...
tommi@chromium.org
2009-09-10
1
-4
/
+15
*
Chrome side of the fix for http://b/issue?id=1694574, which is a bug caused w...
ananta@chromium.org
2009-09-06
4
-3
/
+56
*
Rename X-Force-TLS to Strict-Transport-Security.
abarth@chromium.org
2009-09-05
2
-3
/
+3
*
This CL changes the CookieStore obect to be a refcounted object to get a bett...
ananta@chromium.org
2009-09-05
2
-5
/
+6
*
Convert std::wstring encoding names to std::string in a bunch of files.
tony@chromium.org
2009-09-04
2
-4
/
+4
[prev]
[next]