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
*
Add checks in the code so that we can guarantee that we are using the correct...
saintlou@chromium.org
2012-08-30
3
-1
/
+8
*
Fix incorrect file name in gyp file.
asvitkine@chromium.org
2012-08-30
1
-1
/
+1
*
Updated comment.
mrossetti@chromium.org
2012-08-30
2
-10
/
+10
*
RestoreTabHelper > SessionTabHelper, move more session stuff into it.
avi@chromium.org
2012-08-30
26
-112
/
+195
*
Add WebContentsObserverAndroid that will take over native tasks of ContentVie...
yusufo@chromium.org
2012-08-30
7
-0
/
+270
*
Fix touchscreen fling scrolling on Windows
rbyers@chromium.org
2012-08-30
1
-1
/
+1
*
Relanding fix for reverted issue 10891008.
sschmitz@chromium.org
2012-08-30
9
-10
/
+34
*
Make WebContentsUserData::CreateForWebContents idempotent.
avi@chromium.org
2012-08-30
2
-1
/
+20
*
Move some download tests to content from chrome.
rdsmith@chromium.org
2012-08-30
6
-133
/
+289
*
Include the allowed and current extension types when displaying INVALID_TYPE ...
mihaip@chromium.org
2012-08-30
13
-140
/
+212
*
Update .DEPS.git
chrome-admin@google.com
2012-08-30
1
-1
/
+1
*
NaCl: Update revision in DEPS, r9589 -> r9602
mseaborn@chromium.org
2012-08-30
1
-1
/
+1
*
Valgrind: Suppress yet another set of browser_tests errors. Update a suppresi...
thestig@chromium.org
2012-08-30
1
-6
/
+85
*
Merge aura::DispatcherLinux into base::MessagePumpAuraX11.
erg@chromium.org
2012-08-30
15
-218
/
+215
*
swap status_power_small_all.png and status_power_small_all_dark.png.
jennyz@chromium.org
2012-08-30
4
-0
/
+0
*
[net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...
szym@chromium.org
2012-08-30
3
-296
/
+321
*
Remove an unused header file for WizardControllerObserver.
stevet@chromium.org
2012-08-30
1
-20
/
+0
*
ESC from suggestions suppresses animations
dhollowa@chromium.org
2012-08-30
2
-8
/
+11
*
NaCl: Mark "--enable-nacl-exception-handling" as working on all OSes
mseaborn@chromium.org
2012-08-30
1
-1
/
+1
*
net: add (*.)fatzebra.com.au to HSTS preloaded
agl@chromium.org
2012-08-30
2
-0
/
+2
*
contacts: Add strings and image theme resources.
derat@chromium.org
2012-08-30
2
-0
/
+23
*
Valgrind: Suppress another set of browser_tests errors.
thestig@chromium.org
2012-08-30
1
-8
/
+129
*
Add chrome/browser/debugger/OWNERS
thakis@chromium.org
2012-08-30
1
-0
/
+3
*
Updating trunk VERSION from 1251.0 to 1252.0
chrome-release@google.com
2012-08-30
1
-1
/
+1
*
Delete a bunch of unused omnibox related images.
varunjain@chromium.org
2012-08-30
16
-0
/
+0
*
Correcting indenting and naming
vabr@chromium.org
2012-08-30
2
-14
/
+20
*
Clang plugin: remove the check-inner-classes flag.
hans@chromium.org
2012-08-30
2
-5
/
+1
*
Change FaviconData to be able to return data for multiple bitmaps for same ic...
pkotwicz@chromium.org
2012-08-30
41
-509
/
+889
*
Linux removable device notifications: notify about non-dcim devices.
vandebo@chromium.org
2012-08-30
3
-155
/
+193
*
Adds the new file_manager/action_choice files to component_extension_resource...
mukai@chromium.org
2012-08-30
2
-14
/
+16
*
Fix the prototype of the callback passed to gtk_enumerate_printers().
glider@chromium.org
2012-08-30
1
-3
/
+4
*
Handle low entropy source values read from prefs more robustly.
asvitkine@chromium.org
2012-08-30
1
-3
/
+14
*
Delete old, unused aura cursor images.
varunjain@chromium.org
2012-08-30
36
-0
/
+0
*
New images for tab to search, ev bubble and content settings bubble.
varunjain@chromium.org
2012-08-30
18
-0
/
+0
*
Fixes bug in TabCloseButton::GetEventHandlerForPoint. Returning NULL
sky@chromium.org
2012-08-30
1
-3
/
+5
*
Prevent overflow when uploading a file greater than 4 GB,
mmenke@chromium.org
2012-08-30
2
-2
/
+2
*
When registering in HKLM, register everything in HKLM.
gab@chromium.org
2012-08-30
1
-7
/
+3
*
Switch to new assets and fix corresponding constants related to ev bubble, ta...
varunjain@chromium.org
2012-08-30
4
-18
/
+12
*
Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...
bbudge@chromium.org
2012-08-30
11
-319
/
+86
*
Fix the untrusted builds of Chrome on ARM.
bbudge@chromium.org
2012-08-30
1
-0
/
+5
*
If a site contains mixed content or the https connection has an error then th...
markusheintz@chromium.org
2012-08-30
8
-21
/
+86
*
LoginWebDialog should be self-destroyable in OnDialogClosed
dpolukhin@chromium.org
2012-08-30
5
-10
/
+6
*
Update .DEPS.git
chrome-admin@google.com
2012-08-30
1
-3
/
+3
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
11
-86
/
+319
*
Update Title with <title> tag for ShellWindow on Gtk and Mac.
junmin.zhu@intel.com
2012-08-30
3
-4
/
+8
*
Roll Skia DEPS to 5341
robertphillips@google.com
2012-08-30
1
-1
/
+1
*
Disable FTP on iOS
droger@chromium.org
2012-08-30
8
-1
/
+55
*
[content shell] add a test result printer class and use it to print test output
jochen@chromium.org
2012-08-30
5
-104
/
+168
*
Clean up the obsolete asan=1 config bits:
glider@chromium.org
2012-08-30
1
-17
/
+0
*
Update .DEPS.git
chrome-admin@google.com
2012-08-30
1
-1
/
+1
[next]