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
Commit message (
Expand
)
Author
Age
Files
Lines
*
With this CL, GPU blacklist auto update from the web is implemented. This al...
zmo@google.com
2011-02-26
15
-229
/
+426
*
Fix a memory leak introduced by autofill country/ICU changes
isherman@chromium.org
2011-02-26
1
-2
/
+4
*
web-ui settings: Explicitly set preferences for sans-serif font and minimum l...
csilv@chromium.org
2011-02-26
5
-71
/
+34
*
Get rid of hung_renderer_dialog file and namespace.
tfarina@chromium.org
2011-02-26
6
-42
/
+24
*
Avoid deleting GPU transfer buffers twice on POSIX.
apatrick@chromium.org
2011-02-26
2
-1
/
+15
*
Autofill Coverity issue termination of loop
dhollowa@chromium.org
2011-02-26
1
-1
/
+2
*
Re-enable UILayoutTest.MediaUILayoutTest
vrk@google.com
2011-02-26
1
-2
/
+1
*
Deal with browser restart scenarios in pyauto scripts on ChromeOS
nirnimesh@chromium.org
2011-02-26
2
-0
/
+22
*
Removing delay from search_engine tests
rohitbm@google.com
2011-02-26
1
-7
/
+2
*
Remove more three stub files that were moved to content/browser directory.
tfarina@chromium.org
2011-02-26
7
-44
/
+7
*
Fixing a crash caused by double release of pointers.
lipalani@chromium.org
2011-02-26
2
-7
/
+6
*
Added a command-line option to disable adding the service process to autorun....
sanjeevr@chromium.org
2011-02-26
4
-4
/
+13
*
Cleanup the implementation of ImportProgressDialogGtk class.
tfarina@chromium.org
2011-02-26
2
-70
/
+66
*
Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class
michaeln@google.com
2011-02-26
11
-267
/
+129
*
More autofill overlay HTML cleanup
isherman@chromium.org
2011-02-26
6
-55
/
+48
*
Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...
viettrungluu@chromium.org
2011-02-26
4
-107
/
+89
*
Enable url check in download_manager, with a simple UI (it may need polish). ...
lzheng@chromium.org
2011-02-26
21
-224
/
+492
*
[Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...
nick@chromium.org
2011-02-26
15
-426
/
+229
*
Re-land 76080 [which ncarter reverted in 76110. It was not the culprit.]
nick@chromium.org
2011-02-25
1
-2
/
+20
*
Add DCHECK to make sure that RenderProcessHost::FromID (which is also called ...
jam@chromium.org
2011-02-25
5
-47
/
+30
*
Signal events in WebDataService unit tests -- shave 24 seconds off the test r...
isherman@chromium.org
2011-02-25
1
-3
/
+3
*
Autofill i18n: Set postal code and state field labels based on the selected c...
isherman@chromium.org
2011-02-25
22
-480
/
+1199
*
In ChromeDriver, wait for all tabs to stop loading before executing a session...
kkania@chromium.org
2011-02-25
9
-0
/
+110
*
Adding homagpageUrl to the ExtensionInfo in the management API.
asargent@chromium.org
2011-02-25
26
-692
/
+769
*
Correcting the syntax of assert statement in extensions.py
sunandt@chromium.org
2011-02-25
1
-4
/
+4
*
[Reason for revert: might be a factor in XP-only failures UITestCanLaunchWith...
nick@chromium.org
2011-02-25
1
-20
/
+2
*
Mac proxy auto-launch.
scottbyer@chromium.org
2011-02-25
4
-19
/
+97
*
Make SandboxInterfaceInfo somewhat backwards compatible
cpu@chromium.org
2011-02-25
1
-4
/
+14
*
Renamed GpuWatchdogThread::OnExit to make it clear it is crashing deliberately.
apatrick@chromium.org
2011-02-25
2
-5
/
+7
*
Fix finding the Chrome executable to use for ChromeDriver. Also, add some fla...
kkania@chromium.org
2011-02-25
1
-46
/
+60
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
8
-11
/
+11
*
Removed obsolete autorun value on Windows.
sanjeevr@chromium.org
2011-02-25
1
-0
/
+21
*
In PrerenderManager, use RepeatingTimer for repeating cleanup tasks.
tburkard@chromium.org
2011-02-25
2
-25
/
+11
*
Unbreak the build under linux_keep_shadow_stacks.
fischman@chromium.org
2011-02-25
1
-0
/
+3
*
Major refactoring of network library code to use asynchronous calls
stevenjb@google.com
2011-02-25
11
-895
/
+1631
*
web-ui settings: Fix tab title when a search is active.
csilv@chromium.org
2011-02-25
3
-4
/
+4
*
Fix extra focus glow for the omnibox on Mac OS X Lion.
avi@chromium.org
2011-02-25
1
-1
/
+7
*
WebUI: Add a tabbox element.
arv@chromium.org
2011-02-25
3
-0
/
+239
*
Fix bug where badge is not showing up on network menu dropdown.
chocobo@chromium.org
2011-02-25
4
-40
/
+40
*
Revert 76067 - Created a new BrowserMessageFilter to handle print related IPC...
nick@chromium.org
2011-02-25
4
-345
/
+0
*
Fixing all possible scenarios in which a autofill profile sync node with a nu...
lipalani@chromium.org
2011-02-25
6
-350
/
+397
*
Enabled download browser tests.
rdsmith@chromium.org
2011-02-25
1
-71
/
+12
*
Make NamedProxyLauncher connections more robust to errors. It now clears the ...
dtu@chromium.org
2011-02-25
1
-2
/
+20
*
Make MaybeCompleteDownload dependent on dangerous download confirmation (if t...
ahendrickson@chromium.org
2011-02-25
1
-12
/
+12
*
Removed the command line from ServiceProcessState::AddToAutoRun() and had the...
sanjeevr@chromium.org
2011-02-25
10
-14
/
+150
*
With this CL, GPU blacklist auto update from the web (before it ships togethe...
zmo@google.com
2011-02-25
15
-229
/
+426
*
BUG=68656
rohitbm@google.com
2011-02-25
1
-3
/
+0
*
Cleanup for newly-added RegisterProtocolHandler stuff:
pkasting@chromium.org
2011-02-25
4
-84
/
+52
*
Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...
pkasting@chromium.org
2011-02-25
14
-69
/
+92
*
Fix a crash in speech input bubble.
amit@chromium.org
2011-02-25
1
-13
/
+17
[next]