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
*
Revert 54535
jorlow@chromium.org
2010-08-02
3
-3438
/
+1
*
Revert last webkit roll.
jorlow@chromium.org
2010-08-02
1
-1
/
+1
*
Introduce a preliminary version of the sidebar API.
akoub@google.com
2010-08-02
3
-1
/
+3438
*
OEM EULA extracted correctly from manifest.
glotov@chromium.org
2010-08-02
5
-35
/
+127
*
Widen suppressions for bug 46570, suppress memory leaks in ChromeURLRequestCo...
timurrrr@chromium.org
2010-08-02
1
-7
/
+27
*
[MAC] Disable crash reporting if configuration management says so.
mnissler@chromium.org
2010-08-02
2
-13
/
+40
*
Suppress memory leak in CrOS/UI (bug 50934)
timurrrr@chromium.org
2010-08-02
1
-0
/
+26
*
Suppress one more stack for bug 46570
timurrrr@chromium.org
2010-08-02
1
-0
/
+20
*
Mark VerifyHistoryLength3 as FAILS.
cbentzel@chromium.org
2010-08-02
1
-1
/
+3
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
5
-13
/
+200
*
Don't run SpdyHttpStreamTest.SpdyURLTest under ThreadSanitizer on Windows
timurrrr@chromium.org
2010-08-02
1
-0
/
+3
*
Roll WebKit from 64413 to 64452.
jorlow@chromium.org
2010-08-02
1
-1
/
+1
*
Don't initialize the crash reporter on windows if disabled by configuration m...
mnissler@chromium.org
2010-08-02
7
-45
/
+150
*
Record received data in WebViewPlugin and replay it when loading the real plu...
bauerb@chromium.org
2010-08-02
3
-8
/
+66
*
Stopgap fix for bug 48502. Stop syncing on db corruption.
tim@chromium.org
2010-08-02
4
-5
/
+45
*
Revert 53799 - Made CacheInvalidationPacketHandler aware of XmppClient state ...
akalin@chromium.org
2010-08-02
3
-35
/
+1
*
Set a max limit on extension items' labels in context menus.
asargent@chromium.org
2010-08-02
18
-94
/
+362
*
Linux fix for Issue 50340: @page rules inside @media print rules are not pro...
yuzo@chromium.org
2010-08-02
1
-4
/
+12
*
Turn on prefetching in webkit builds
gavinp@google.com
2010-08-01
1
-1
/
+1
*
The TabSwitch test is marked as FAILS, but TabSwitchRef was not. Now
nsylvain@chromium.org
2010-08-01
1
-1
/
+3
*
Disable the autofill test because it fails on windows.
nsylvain@chromium.org
2010-08-01
1
-0
/
+2
*
Updating trunk VERSION from 482.0 to 483.0
chrome-release@google.com
2010-08-01
1
-1
/
+1
*
Re-enabled internal PDF on trunk
sanjeevr@chromium.org
2010-08-01
1
-1
/
+1
*
gtk: Fix presubmit errors.
tfarina@chromium.org
2010-08-01
2
-9
/
+8
*
Make prefetching default to disabled
gavinp@google.com
2010-08-01
3
-2
/
+8
*
notifications: Convert some std::wstring over to string16.
tfarina@chromium.org
2010-08-01
14
-36
/
+38
*
Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16.
viettrungluu@chromium.org
2010-07-31
4
-58
/
+55
*
Fix bad license header in app/ and net/ directories.
tfarina@chromium.org
2010-07-31
19
-56
/
+59
*
Oops, Use the right variable to determine if linux is using breakpad
nsylvain@chromium.org
2010-07-31
1
-1
/
+1
*
base: Add HexDigitToInt function to string_util.h
tfarina@chromium.org
2010-07-31
5
-40
/
+50
*
Disable mutliple tests that never worked.
nsylvain@chromium.org
2010-07-31
1
-9
/
+25
*
fix another compile error on windows.
nsylvain@chromium.org
2010-07-31
1
-0
/
+1
*
Fix compile on windows.
nsylvain@chromium.org
2010-07-31
1
-0
/
+1
*
Roll 64370:64413
atwilson@chromium.org
2010-07-31
1
-1
/
+1
*
Fix CrossSiteAfterCrash for official builds.
nsylvain@chromium.org
2010-07-31
1
-3
/
+1
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
8
-15
/
+183
*
Also fix mac unit tests
jochen@chromium.org
2010-07-31
1
-2
/
+6
*
Fix unit test.
jochen@chromium.org
2010-07-31
1
-2
/
+1
*
Flip the default for the cookie prompt to disabled.
jochen@chromium.org
2010-07-31
10
-20
/
+20
*
Fix the build.
brettw@chromium.org
2010-07-31
1
-1
/
+3
*
Add string_tuil include back, neede for stringprintf.
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Fix file_path build.
brettw@chromium.org
2010-07-31
1
-2
/
+2
*
Fix Windows build by qualifying the namespace.
brettw@chromium.org
2010-07-31
1
-2
/
+3
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
32
-35
/
+100
*
Fix compile errors from moving number conversions to their own file.
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
164
-495
/
+700
*
Fix include order of extension_unittest. This is actually to try to fix some ...
brettw@chromium.org
2010-07-31
1
-5
/
+5
*
Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,
gman@chromium.org
2010-07-31
9
-21
/
+473
*
Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.
tfarina@chromium.org
2010-07-31
10
-40
/
+98
*
Fix bad license header under chrome/ directory.
tfarina@chromium.org
2010-07-31
16
-90
/
+61
[next]