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
*
Reland r50296 which removes some uses of CookieMonster on the UI thread.
willchan@chromium.org
2010-06-29
1
-11
/
+114
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
2
-2
/
+2
*
Follow-up on http://codereview.chromium.org/2861019 to address Powel's comments.
jrg@chromium.org
2010-06-29
2
-18
/
+16
*
PyAuto: Collect branding info as a part of GetBrowserInfo()
nirnimesh@chromium.org
2010-06-28
1
-4
/
+9
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-2
/
+2
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-2
/
+2
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-2
/
+2
*
Enable "get html from page" functionality for PyAuto.
jrg@chromium.org
2010-06-24
4
-10
/
+127
*
Add basic UI tests for dom_ui/options.
csilv@chromium.org
2010-06-24
1
-0
/
+1
*
Convert WebPluginInfo from wstring to string16
stuartmorgan@chromium.org
2010-06-23
1
-4
/
+4
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
2
-11
/
+8
*
Revert 50296 (Causes DCHECK failures) - Make CookieMonster NonThreadSafe.
willchan@chromium.org
2010-06-21
1
-114
/
+11
*
Make CookieMonster NonThreadSafe.
willchan@chromium.org
2010-06-18
1
-11
/
+114
*
Measure loading time of several tabs.
pathorn@chromium.org
2010-06-16
4
-5
/
+93
*
Working towards -Wextra
thomasvl@chromium.org
2010-06-16
1
-1
/
+1
*
Clean up of chrome_browser.gypi/nacl_host files.
estade@chromium.org
2010-06-16
2
-2
/
+2
*
ChromeFrame should allow conditional HTTP headers like if_match, if_modified_...
ananta@chromium.org
2010-06-16
1
-5
/
+0
*
Revert 49862 - Measure loading time of several tabs.
michaeln@google.com
2010-06-16
4
-93
/
+5
*
Measure loading time of several tabs.
pathorn@chromium.org
2010-06-16
4
-5
/
+93
*
A little more automation provider cleanup.
estade@chromium.org
2010-06-14
3
-29
/
+11
*
Clean up external-tab related code in automation provider and automation proxy.
estade@chromium.org
2010-06-10
5
-189
/
+171
*
Make the reload button respond to middle-clicks like back/forward/home alread...
pkasting@chromium.org
2010-06-10
1
-4
/
+4
*
Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...
tfarina@chromium.org
2010-06-06
1
-2
/
+2
*
Refactoring of LoginManagerView in two separate classes NewUserView and Login...
dpolukhin@chromium.org
2010-05-27
1
-7
/
+6
*
GetEnabledExtensions should also return Loaded Extensions.
mad@google.com
2010-05-27
1
-2
/
+5
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
1
-5
/
+3
*
Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".
erg@chromium.org
2010-05-26
1
-2
/
+1
*
Propagate a change made to a base class virtual method.
mad@google.com
2010-05-26
2
-5
/
+6
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
1
-3
/
+5
*
Fetch a bunch of info from the browser
nirnimesh@chromium.org
2010-05-25
2
-6
/
+121
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
1
-5
/
+3
*
Allow extensions to be overinstalled with extensions of same
aa@chromium.org
2010-05-19
1
-8
/
+0
*
enable RenderViewTest.OnHandleKeyboardEvent on Linux.
estade@chromium.org
2010-05-19
1
-68
/
+10
*
Rename "mixed content" to "insecure content" in as many places as possible, t...
pkasting@chromium.org
2010-05-18
2
-4
/
+4
*
Omnibox automation should wait for page load after selecting a popup item.
nirnimesh@chromium.org
2010-05-17
4
-6
/
+62
*
Add automation hooks for fetching info about omnibox
nirnimesh@chromium.org
2010-05-14
2
-36
/
+204
*
Add hooks for fetching basic info from the browser.
nirnimesh@chromium.org
2010-05-13
2
-0
/
+47
*
Revert r46909: "Reland r46681: Use IPC to wait for download in DownloadTest."
bauerb@chromium.org
2010-05-11
4
-101
/
+19
*
Reland r46681: Use IPC to wait for download in DownloadTest.
bauerb@chromium.org
2010-05-11
4
-19
/
+101
*
Cleanup: Add a bunch of missing includes.
thestig@chromium.org
2010-05-10
1
-1
/
+3
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Add an AddHistoryItem() API to PyAuto with example use.
jrg@chromium.org
2010-05-07
3
-2
/
+61
*
Revert 46681 - Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use...
bauerb@chromium.org
2010-05-07
4
-97
/
+19
*
Add AutomationMsg_WaitForDownloadShelfVisibilityChange and use it in UITestBa...
bauerb@chromium.org
2010-05-07
4
-19
/
+97
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
1
-12
/
+19
*
Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5
evan@chromium.org
2010-05-06
1
-1
/
+1
*
Add hooks to fetch about:plugins info for PyAuto.
nirnimesh@chromium.org
2010-05-06
2
-1
/
+116
*
Enable more parts of automation on all platforms:
phajdan.jr@chromium.org
2010-05-04
3
-24
/
+4
*
Implement UI automation on the Mac.
jrg@chromium.org
2010-04-29
6
-18
/
+264
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
[next]