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
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
15
-39
/
+31
*
Implemented chromePrivate.decodeJPEGIntoPixels() API
glotov@google.com
2011-05-20
12
-6
/
+125
*
Delay initialization of cloud policy infrastructure
gfeher@chromium.org
2011-05-20
13
-20
/
+135
*
Implement NotifyStorageAccessed
kinuko@chromium.org
2011-05-20
5
-46
/
+244
*
Added missing DefaultSearchProviderInstantURL.
joaodasilva@chromium.org
2011-05-20
1
-0
/
+2
*
Add Lei Zhang and Stuart Morgan to the tools/valgrind/ OWNERS file
timurrrr@chromium.org
2011-05-20
1
-1
/
+3
*
Make sure policies concerning paths are not enabled for ChromeOS.
pastarmovj@chromium.org
2011-05-20
2
-2
/
+14
*
Removed unused header.
dilmah@chromium.org
2011-05-20
1
-1
/
+0
*
Webkit Roll 86929:86935
ukai@chromium.org
2011-05-20
1
-1
/
+1
*
Include headers for functions that are used
kristianm@chromium.org
2011-05-20
1
-0
/
+1
*
Compile fix.
bauerb@chromium.org
2011-05-20
1
-2
/
+2
*
Add ExtensionContentSettingsStore and content_settings::ExtensionProvider.
bauerb@chromium.org
2011-05-20
20
-33
/
+1119
*
Enable DevTools network size/timing/headers tests.
vsevik@chromium.org
2011-05-20
2
-0
/
+72
*
Move sorting logic from table to list.
vsevik@chromium.org
2011-05-20
11
-581
/
+330
*
Updating trunk VERSION from 771.0 to 772.0
chrome-release@google.com
2011-05-20
1
-1
/
+1
*
Rename ExtensionExtent to URLPatternSet and use URLPatternSet instead of std:...
morrita@chromium.org
2011-05-20
45
-361
/
+344
*
Valgrind: Merge suppressions from bug 75023 and bug 82642. Expand the suppres...
thestig@chromium.org
2011-05-20
1
-16
/
+1
*
Webkit Roll 86918:86929
ukai@chromium.org
2011-05-20
1
-1
/
+1
*
Valgrind: Supress a leak in ThreadWatcher::StartWatching.
thestig@chromium.org
2011-05-20
1
-0
/
+13
*
Valgrind: Remove suppression for a fixed leak.
thestig@chromium.org
2011-05-20
1
-9
/
+0
*
Revert 86053 - GTTF: Get rid of a redundant, hardocded timeout in ViewEventTe...
phajdan.jr@chromium.org
2011-05-20
4
-37
/
+34
*
Revert 86051 - WebKit Roll 86918:86925
ukai@chromium.org
2011-05-20
1
-1
/
+1
*
GTTF: Get rid of a redundant, hardocded timeout in ViewEventTestBase
phajdan.jr@chromium.org
2011-05-20
4
-34
/
+37
*
Made network change notifier created after the main thread is initialized to ...
zelidrag@chromium.org
2011-05-20
3
-4
/
+18
*
WebKit Roll 86918:86925
ukai@chromium.org
2011-05-20
1
-1
/
+1
*
Fix committing of link click history in prerendering, fixing favicons.
tburkard@chromium.org
2011-05-20
3
-0
/
+77
*
Set our network state before setting our ready state after the media engine h...
scherkus@chromium.org
2011-05-20
1
-3
/
+4
*
Use 'crossystem hwid' to obtain the HWID (hardware_class).
petkov@chromium.org
2011-05-20
1
-1
/
+1
*
Modify URLRequest::Delegate::OnCertificateRequested to cancel the request. T...
rch@chromium.org
2011-05-20
1
-1
/
+1
*
Adds the following information to about sync page:
lipalani@chromium.org
2011-05-20
12
-9
/
+88
*
Remove files that are compiled in both media.gyp and remoting.gyp.
tony@chromium.org
2011-05-20
1
-6
/
+1
*
Allow app-type browsers to be returned from GetCurrentBrowser.
yoz@chromium.org
2011-05-20
2
-30
/
+7
*
Revert 86032 - Adds the following information to about sync page:
lipalani@chromium.org
2011-05-20
12
-87
/
+8
*
Contains/Intersects methods for ui::Range
oshima@google.com
2011-05-20
3
-0
/
+87
*
A less wordy version of r85947 and r85948.
mark@chromium.org
2011-05-20
2
-3
/
+3
*
Roll WebKit 86888:86918
jschuh@chromium.org
2011-05-20
1
-1
/
+1
*
Fix Click-to-Play when prerendering is enabled.
mmenke@chromium.org
2011-05-20
3
-1
/
+49
*
Teach sort-headers.py about unknwn.h
thakis@chromium.org
2011-05-20
1
-4
/
+9
*
Basic OAuth2 support using the native app flow.
ajwong@chromium.org
2011-05-20
10
-1139
/
+233
*
Adds the following information to about sync page:
lipalani@chromium.org
2011-05-20
12
-8
/
+87
*
Cleanup: Remove unneeded includes of download_shelf.h
tfarina@chromium.org
2011-05-20
4
-4
/
+0
*
Use the DatabaseTracker only on the FILE thread.
michaeln@google.com
2011-05-20
2
-15
/
+15
*
Move the call to ChromotingHost::Start to the right place.
wez@chromium.org
2011-05-20
1
-6
/
+5
*
Remove more library=shared_library pieces.
evan@chromium.org
2011-05-20
1
-26
/
+8
*
Fix typing capital keys in TOUCH_UI builds.
bryeung@chromium.org
2011-05-20
1
-26
/
+26
*
Comment on WARN_UNUSED_RESULT about how to defeat it.
shess@chromium.org
2011-05-20
1
-0
/
+1
*
Whitelist nacl_integration tests to run on new nacl integration bot.
ncbray@google.com
2011-05-20
1
-6
/
+3
*
Suppressed benign data race in base::debug::Alias.
apatrick@chromium.org
2011-05-20
1
-0
/
+6
*
Call makeContextCurrent in places that are missing it.
gman@chromium.org
2011-05-20
1
-0
/
+8
*
Autofill refactor form_field.h/cc.
dhollowa@chromium.org
2011-05-19
20
-650
/
+726
[next]