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
*
Separate GetMacSecurityServicesLock from cssm_init.h so that we can use
wtc@chromium.org
2011-03-10
7
-37
/
+70
*
[Sync] Refactor notification RegistrationManager, implement backoff
akalin@chromium.org
2011-03-10
5
-259
/
+580
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
63
-989
/
+312
*
Add gavinp@chromium.org to src/net/OWNERS.
wtc@chromium.org
2011-03-10
1
-0
/
+1
*
Implement IPv6Supported() for Windows using the
wtc@chromium.org
2011-03-10
1
-32
/
+50
*
connection_tester.cc doesn't need to include
wtc@chromium.org
2011-03-10
1
-1
/
+0
*
Remove broken (and previously unused) OnMouseLeave overrides.
msw@chromium.org
2011-03-10
4
-79
/
+50
*
Multiple data races in WebKit::WebWorkerImpl::startWorkerContext
dhollowa@chromium.org
2011-03-10
1
-0
/
+3
*
Make chrome://extension-icon resources available in incognito mode.
jstritar@chromium.org
2011-03-10
5
-3
/
+45
*
Revert 77702 - Use async connect and set primitives from libcros.
brettw@chromium.org
2011-03-10
7
-94
/
+171
*
Revert 77711 - Patch for http://codereview.chromium.org/6628023/
brettw@chromium.org
2011-03-10
1
-12
/
+3
*
Patch for http://codereview.chromium.org/6628023/
stevenjb@google.com
2011-03-10
1
-3
/
+12
*
Follow-up to r57247: when asserting that an event object is not
wtc@chromium.org
2011-03-10
1
-11
/
+21
*
[ChromeOS] symlink to resources.pak in our Chrome Autotest setup.
cmasone@chromium.org
2011-03-10
1
-0
/
+1
*
Added the HttpAuthHandlerFactory pointer to the net::HttpNetworkSession::Para...
sanjeevr@chromium.org
2011-03-10
1
-0
/
+2
*
Printing: Reorganize PrintWebViewHelper some more.
thestig@chromium.org
2011-03-10
2
-96
/
+91
*
Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...
adamk@chromium.org
2011-03-10
3
-6
/
+8
*
[Mac] Attempt to fix a crash in ConfirmQuitPanelController.
rsesek@chromium.org
2011-03-10
1
-2
/
+4
*
Remove unnecessary class.
jam@chromium.org
2011-03-10
2
-26
/
+0
*
Use async connect and set primitives from libcros.
stevenjb@google.com
2011-03-10
7
-171
/
+94
*
Enabling JavaScript i18n API by default.
cira@chromium.org
2011-03-10
4
-9
/
+9
*
PrintPreview: Modified print preview WebUI to match the design mocks.
kmadhusu@chromium.org
2011-03-10
5
-10
/
+60
*
importer: Cleanup ImporterHost class even more.
tfarina@chromium.org
2011-03-10
5
-32
/
+26
*
Handle case where we can't find icon for extension
estade@chromium.org
2011-03-10
2
-9
/
+22
*
ImportantFileWriter: check return value of PostTask
phajdan.jr@chromium.org
2011-03-10
12
-45
/
+103
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
23
-35
/
+339
*
Added new checks:
rdsmith@chromium.org
2011-03-10
4
-15
/
+36
*
Explicitly give mktemp parameters, as required by FreeBSD's version (used by ...
avi@chromium.org
2011-03-10
1
-1
/
+1
*
Clarify the behavior of PaintImageData.
brettw@chromium.org
2011-03-10
1
-1
/
+10
*
Move property bag to content.
avi@chromium.org
2011-03-10
13
-18
/
+18
*
Drop the icu version number from the name of icu data file on Windows.
jshin@chromium.org
2011-03-10
11
-21
/
+18
*
Used new WebKit::WebPluginContainer::setBackingTextureId() to switch on/off a...
alokp@chromium.org
2011-03-10
2
-0
/
+23
*
Make WeakPtr more strict about its NonThreadSafe behavior.
willchan@chromium.org
2011-03-10
2
-3
/
+13
*
Updating trunk VERSION from 699.0 to 700.0
chrome-release@google.com
2011-03-10
1
-1
/
+1
*
Fix menu scrolling and scroll-related item-bounds tracking in non-stick menu ...
maf@chromium.org
2011-03-10
8
-69
/
+167
*
Revert "Work around transconsole bug where non-ascii is not allowed"
tony@chromium.org
2011-03-10
1
-3
/
+2
*
Additional checks for NULL TabContent::delegate().
bryeung@chromium.org
2011-03-10
2
-3
/
+5
*
Refactor the handling of chrome-devtools://devtools/ URLs in the
tony@chromium.org
2011-03-10
2
-85
/
+82
*
Work around transconsole bug where non-ascii is not allowed
tony@chromium.org
2011-03-10
1
-2
/
+3
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
39
-465
/
+502
*
12 (twelve) (pronounced /ˈtwɛlv/ ( listen)) is the natural number following...
laforge@chromium.org
2011-03-10
1
-1
/
+1
*
Further tweaks to TabStripModel::MoveSelectedTabsTo.
sky@chromium.org
2011-03-10
3
-19
/
+38
*
Add some more documentation from a recent ppapi discussion.
nfullagar@google.com
2011-03-10
2
-4
/
+12
*
gtk: Organize extension UI files into the chrome/browser/ui/gtk/extensions/ d...
tfarina@chromium.org
2011-03-10
14
-28
/
+28
*
Move the clipboard messages to their own message filter.
dcheng@chromium.org
2011-03-10
16
-440
/
+309
*
Make readPixels work around bug in OSX drivers that don't always
gman@chromium.org
2011-03-10
4
-14
/
+123
*
An RSA SSL server certificate whose Key Usage extension
wtc@chromium.org
2011-03-10
2
-0
/
+38
*
[cros] Update error messages.
nkostylev@chromium.org
2011-03-10
2
-6
/
+11
*
Update link we use to install/update Reader.
jam@chromium.org
2011-03-10
1
-2
/
+5
*
Remove references to off the record from PluginChannel. Contributed by vipul....
jam@chromium.org
2011-03-10
5
-8
/
+8
[next]