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
path:
root
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
127
-378
/
+562
*
Allow building without notification support.
jknotten@chromium.org
2011-10-28
3
-0
/
+16
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
9
-48
/
+46
*
Instant: Fix a crash where the tab is closing and Instant 'hides' the
jhawkins@chromium.org
2011-10-27
1
-1
/
+2
*
Fix fullscreen API event delivery to be delayed until the state change has
darin@chromium.org
2011-10-27
4
-41
/
+77
*
Mark Worker ui layout tests flaky.
dmichael@chromium.org
2011-10-27
1
-7
/
+31
*
Compile fix for linux_aura.
backer@chromium.org
2011-10-27
1
-1
/
+1
*
Adding flag for turning on the Media Source API
acolwell@chromium.org
2011-10-27
4
-0
/
+8
*
Enable tooltips for aura.
varunjain@chromium.org
2011-10-27
1
-1
/
+3
*
Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...
jam@chromium.org
2011-10-27
3
-32
/
+0
*
Unnecessary file.
backer@chromium.org
2011-10-27
1
-397
/
+0
*
Fix a smart pointer leak.
backer@chromium.org
2011-10-27
1
-1
/
+1
*
Update chromium tests for new IDBDatabase.transaction() restrictions. The tra...
jsbell@chromium.org
2011-10-27
1
-2
/
+1
*
Enforce that chrome/common doesn't depend on content/common through DEPS. Als...
jam@chromium.org
2011-10-27
1
-0
/
+5
*
Re-enable worker ui tests I broke.
dmichael@chromium.org
2011-10-27
1
-4
/
+2
*
Disable IndexedDBBrowserTestWithLowQuota.QuotaTest failing after WebKit roll
yurys@chromium.org
2011-10-27
1
-1
/
+2
*
Add self to content/ppapi_plugin/OWNERS
piman@chromium.org
2011-10-27
1
-0
/
+1
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
3
-3
/
+10
*
aura: Fix win compile, broken in r107569.
sadrul@chromium.org
2011-10-27
1
-0
/
+1
*
Aura: fix crash when clicking on a SELECT element.
ivankr@chromium.org
2011-10-27
1
-0
/
+6
*
aura: Add touch-event support for RWHVA.
sadrul@chromium.org
2011-10-27
6
-3
/
+180
*
Revert 107563 - Fix up compositor mocking.
backer@chromium.org
2011-10-27
3
-10
/
+3
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
3
-3
/
+10
*
IndexedDB: Update calls to and implementations of WebIDBFactory.
hans@chromium.org
2011-10-27
6
-75
/
+6
*
Fix Aura build after r107403 (303778).
ivankr@chromium.org
2011-10-27
2
-2
/
+2
*
Fix build on the "Linux Clang (ChromeOS dbg)" bot.
hbono@chromium.org
2011-10-27
10
-11
/
+10
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
8
-141
/
+143
*
more content exports.
dpranke@chromium.org
2011-10-27
10
-16
/
+24
*
use the userAgent() in the same loadable module as RendererWebKitPlatformSupp...
dpranke@chromium.org
2011-10-27
2
-0
/
+8
*
Removing dedicated worker-related IPC codei (first round).
dslomov@chromium.org
2011-10-27
18
-391
/
+149
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-13
/
+10
*
Fix shutdown crash when WebMediaPlayerImpl is destroyed after RenderViewImpl is.
fischman@chromium.org
2011-10-26
1
-1
/
+1
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
8
-193
/
+285
*
Add a command-line switch --skip-gpu-data-loading.
zmo@chromium.org
2011-10-26
4
-15
/
+20
*
Added logging useful for understanding Pepper broker lifetime.
ddorwin@chromium.org
2011-10-26
4
-10
/
+27
*
Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.
achuith@chromium.org
2011-10-26
1
-42
/
+42
*
Replace NewRunnableFunction with Callback in SaveFileResourceHandler.
achuith@chromium.org
2011-10-26
1
-14
/
+6
*
Replace NewRunnableMethod with Callback in SaveFileManager.
achuith@chromium.org
2011-10-26
1
-30
/
+23
*
Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-26
3
-12
/
+408
*
Make GTK and Aura parts orthogonal to OS parts
stevenjb@google.com
2011-10-26
14
-461
/
+584
*
Use base::Unretained() around VideoCaptureModuleImpl since it's not ref count...
wjia@chromium.org
2011-10-26
2
-6
/
+6
*
Move the Mac's WebDragSource to content.
avi@chromium.org
2011-10-26
3
-0
/
+541
*
Fix about:gpu's wrong status of accelerated-canvas-2d.
zmo@google.com
2011-10-26
2
-2
/
+19
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
1
-1
/
+1
*
Refactor FileSystemOperation:
oleg@chromium.org
2011-10-26
1
-17
/
+8
*
Disable WorkerTest.WorkerMessagePort* before the next WebKit roll
yurys@chromium.org
2011-10-26
1
-2
/
+4
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
2
-0
/
+17
*
Enable accelerated compositing of web pages when using webkit compositor
piman@chromium.org
2011-10-26
8
-414
/
+520
*
add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...
jbates@chromium.org
2011-10-25
2
-0
/
+34
*
Make passing of DownloadRequestHandle separate from DownloadCreateInfo.
rdsmith@chromium.org
2011-10-25
12
-32
/
+40
[next]