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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
19
-123
/
+125
*
Reference count ProxyService.
eroman@chromium.org
2009-08-18
17
-205
/
+217
*
more linux automation porting: SendKeyPressNotifyWhenDone
estade@chromium.org
2009-08-18
9
-92
/
+93
*
Suppress another pair of intermittent SafeBrowsingService leaks.
dank@chromium.org
2009-08-18
1
-0
/
+19
*
Linux: make the passwords and exceptions dialog box default size larger.
mdm@chromium.org
2009-08-18
2
-3
/
+5
*
Update test expectations due to changes in WebKit.
levin@chromium.org
2009-08-18
36
-102
/
+165
*
Apply fix for CVE-2009-2416 (use-after-free) and CVE-2009-2414 (stack recursi...
cevans@chromium.org
2009-08-18
2
-6
/
+23
*
Add the UI thread to the list of ChromeThreads.
paul@chromium.org
2009-08-18
4
-2
/
+35
*
Add missing include.
mattm@chromium.org
2009-08-18
1
-0
/
+2
*
Factor out views::Combobox::Model so that it can be used cross-platform.
mattm@chromium.org
2009-08-18
22
-91
/
+106
*
Makes UMA log upload work on non-Windows platforms.
cmasone@google.com
2009-08-18
1
-0
/
+1
*
Http Cache: Additional byte-range support.
rvargas@google.com
2009-08-18
4
-53
/
+327
*
Rebaselining two tests on Linux and one test on Windows.
dumi@chromium.org
2009-08-18
6
-4
/
+7
*
A quick fix for YUV overflow on Mac concern.
fbarchard@chromium.org
2009-08-18
3
-32
/
+88
*
Video plays on server without range request
hclam@chromium.org
2009-08-18
1
-3
/
+7
*
Call the new FilePath API to make sure the untrusted sandboxed process is not
cevans@chromium.org
2009-08-18
1
-2
/
+12
*
Linux: Update PRIMARY selection on omnibox copy-to-clipboard.
derat@chromium.org
2009-08-18
2
-0
/
+21
*
GTK Theme: Draw the GTK border around the entry in GTK them mode.
erg@google.com
2009-08-18
2
-13
/
+31
*
Disable another layout test.
jorlow@chromium.org
2009-08-18
1
-0
/
+2
*
Changes to fix /core on GCC with all warnings turned on.
maf@google.com
2009-08-17
2
-42
/
+40
*
Add a test exception.
jorlow@chromium.org
2009-08-17
1
-0
/
+2
*
Made the Sync UI work in the New New tab page.
idana@chromium.org
2009-08-17
7
-75
/
+227
*
Don't use the AI_ADDRCONFIG flag on Mac OS X. It's not necessary.
wtc@chromium.org
2009-08-17
1
-0
/
+17
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
20
-162
/
+187
*
Temporarily disable a failing ui test.
estade@chromium.org
2009-08-17
1
-1
/
+2
*
Move interactive_ui_tests target to !mac for now.
estade@chromium.org
2009-08-17
1
-125
/
+126
*
Begin to port browser focus tests to linux.
estade@chromium.org
2009-08-17
2
-98
/
+178
*
cap the number of tabs in the backing store cache
erikkay@chromium.org
2009-08-17
2
-27
/
+50
*
Cleaning up lines longer than 80 chars under src/chrome/browser.
mark@chromium.org
2009-08-17
31
-68
/
+124
*
Add libnss3.so to the list of files we put in lib32.
thestig@chromium.org
2009-08-17
1
-9
/
+10
*
An initial pass at structure to do end-to-end extension API tests. I'll work...
erikkay@chromium.org
2009-08-17
14
-9
/
+319
*
Undisable HostResolverImplTest.EmptyHost, by making empty host fail to resolve.
ericroman@google.com
2009-08-17
2
-6
/
+7
*
Disable OCSP until we have fixed the crash in OCSP code. As a result our
wtc@chromium.org
2009-08-17
1
-3
/
+16
*
Make even more tests in net_unittests faster by reusing the test server.
phajdan.jr@chromium.org
2009-08-17
1
-106
/
+67
*
Instrument ProxyService and InitProxyResolver with LoadLog.
eroman@chromium.org
2009-08-17
7
-37
/
+246
*
Refactor IDMap to support safe removing of elements during iteration.
phajdan.jr@chromium.org
2009-08-17
17
-119
/
+276
*
Changes Live Search to Bing for en_US only. A full worldwide review is in pr...
pkasting@chromium.org
2009-08-17
1
-13
/
+13
*
Add histograms for tracking the unused/unused_idle/reused socket states from ...
willchan@chromium.org
2009-08-17
6
-22
/
+114
*
Update log to not claim Connect was always called twice. :)
tommi@chromium.org
2009-08-17
1
-1
/
+1
*
Fix for crash bug in PluginProcessHost::OnGetCookies - it likes like this can...
robertshield@chromium.org
2009-08-17
1
-1
/
+7
*
Rebaseline 4 tests that were changed upstream.
tony@chromium.org
2009-08-17
9
-1298
/
+34
*
Add a stub for releasing any storage locks within a namespace. This will soon
jorlow@chromium.org
2009-08-17
2
-0
/
+6
*
Change selenium to run the samples from the artifacts
gman@google.com
2009-08-17
5
-35
/
+52
*
Removes hungarian notations from list.h.
paul@chromium.org
2009-08-17
1
-37
/
+36
*
Fix crash that could happen on shutdown if the ResourceMessageFilter tried to...
jam@chromium.org
2009-08-17
4
-23
/
+48
*
Catch up with webkit change which removes id() from the HTMLElement
mbelshe@google.com
2009-08-17
3
-4
/
+6
*
Build fix: I put the defines in the wrong section.
agl@chromium.org
2009-08-17
1
-3
/
+3
*
Add whitespace so parser doesn't get confused.
eroman@chromium.org
2009-08-17
1
-3
/
+3
*
Remove Yux's modified version of the converter from the build, since it cause...
maf@google.com
2009-08-17
1
-1
/
+1
*
Add third_party/bzip2/bzip2.gyp:bzip2 to a few targets.
agl@chromium.org
2009-08-17
2
-0
/
+3
[next]