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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 108868 - Add a browsertest for bug 75604
gavinp@chromium.org
2011-11-07
3
-193
/
+0
*
Add a browsertest for bug 75604
gavinp@chromium.org
2011-11-07
3
-0
/
+193
*
Revert 108864 - Add a browsertest for bug 75604
gavinp@chromium.org
2011-11-07
3
-193
/
+0
*
Add a browsertest for bug 75604
gavinp@chromium.org
2011-11-07
3
-0
/
+193
*
Remove 13 exit time constructors and 3 static initializers
thakis@chromium.org
2011-11-07
1
-3
/
+2
*
Add a UMA histogram to count accessibility usage.
dmazzoni@chromium.org
2011-11-05
3
-9
/
+43
*
IndexedDB: Recycle curosr objects when calling continue().
hans@chromium.org
2011-11-05
4
-7
/
+41
*
fix racing condition by setting frame_info_ on caller thread.
wjia@chromium.org
2011-11-05
2
-1
/
+5
*
Remove calls to g_thread_init().
willchan@chromium.org
2011-11-05
2
-15
/
+2
*
Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...
dpranke@chromium.org
2011-11-05
3
-59
/
+24
*
Modify code in chrome to call wrapper functions on PluginService
dpranke@chromium.org
2011-11-04
3
-24
/
+59
*
Implement more IAccessibleText in NativeViewAccessibilityWin.
dmazzoni@chromium.org
2011-11-04
2
-89
/
+48
*
Optimize view resizing.
avi@chromium.org
2011-11-04
1
-6
/
+2
*
Remove unused clipboard methods.
dcheng@chromium.org
2011-11-04
4
-105
/
+12
*
Added parentFrameId to webRequest API calls
battre@chromium.org
2011-11-04
5
-16
/
+38
*
Check request handle existence in MatchQuery.
rdsmith@chromium.org
2011-11-04
1
-1
/
+2
*
Fix a couple minor net issues
joth@chromium.org
2011-11-03
1
-2
/
+2
*
Also include selected state when returning AXValue.
dtseng@chromium.org
2011-11-03
1
-3
/
+7
*
Don't reload into an app process.
creis@chromium.org
2011-11-03
2
-10
/
+4
*
Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI...
creis@chromium.org
2011-11-03
3
-30
/
+16
*
refactor video capture in browser process to support device sharing across mu...
wjia@chromium.org
2011-11-03
9
-176
/
+729
*
The touch based zoom handling on Windows should ignore gestures where the cur...
iyengar@google.com
2011-11-03
1
-0
/
+3
*
GpuMessageFilter is destoryed on IO thread instead of UI thread.
apatrick@chromium.org
2011-11-03
2
-8
/
+9
*
Cleanup: Remove a unused variable.
thestig@chromium.org
2011-11-03
2
-6
/
+2
*
Don't forward XBUTTON events to the renderer, it can't handle them. aura::Eve...
ben@chromium.org
2011-11-03
1
-1
/
+19
*
Aura: prevent synchronous drawing of web content from triggering an extra Sch...
piman@chromium.org
2011-11-03
2
-2
/
+7
*
Add unit tests for DownloadItem notification generation.
benwells@chromium.org
2011-11-03
1
-1
/
+2
*
Send SetActive() messages on all platforms, not just on mac.
thakis@chromium.org
2011-11-03
5
-7
/
+22
*
Fixed a bug where Linux users couldn't download to NTFS file systems.
ahendrickson@chromium.org
2011-11-03
1
-4
/
+7
*
Adds a webstorePrivate method for silently installing extensions.
jstritar@chromium.org
2011-11-02
1
-1
/
+0
*
Ignore paths when matching patterns for extensions.
dcheng@chromium.org
2011-11-02
4
-12
/
+18
*
Prerendered tabs use the same SessionStorage namespace as the tab that trigge...
cbentzel@chromium.org
2011-11-02
1
-0
/
+4
*
aura: Wire up RenderWidgetHostViewAura cursor methods.
derat@chromium.org
2011-11-02
2
-8
/
+11
*
Relanding this with the touch UI compile fixes.
ananta@chromium.org
2011-11-02
2
-45
/
+152
*
First pass at some Downloads UMA to get a handle on downloads performance.
rdsmith@chromium.org
2011-11-02
5
-1
/
+48
*
Send the index in the canonical list over IPC when using the OOP plugin loader.
rsesek@chromium.org
2011-11-02
3
-23
/
+25
*
Thread::Stop() must be called before any subclass's destructor completes.
joi@chromium.org
2011-11-02
1
-5
/
+1
*
On non-Windows platforms, wait for some time for an exit code.
petkov@chromium.org
2011-11-02
2
-10
/
+34
*
[Linux] Load plugins out-of-process.
rsesek@chromium.org
2011-11-02
4
-8
/
+52
*
Revert 108211 - Support IAccessibleHypertext.
glotov@google.com
2011-11-02
3
-169
/
+21
*
Mark flaky test: DOMStorageTest.EventLayoutTests
glotov@google.com
2011-11-02
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
148
-63
/
+266
*
Revert 108232 - Add support for touch based zoom gesture on Windows. This cha...
jamescook@chromium.org
2011-11-02
2
-152
/
+45
*
Add support for touch based zoom gesture on Windows. This change also handles...
iyengar@google.com
2011-11-02
2
-45
/
+152
*
Support IAccessibleHypertext.
dtseng@chromium.org
2011-11-02
3
-21
/
+169
*
Add bug #s and remove NOTIMPLEMENTED()s for things we don't need to implement...
ben@chromium.org
2011-11-01
1
-6
/
+12
*
Move maximize/fullscreen/restore to shell
oshima@google.com
2011-11-01
1
-1
/
+2
*
Change GpuDataManager to use Observer notifications rather than callbacks. T...
csilv@chromium.org
2011-11-01
2
-40
/
+43
*
Ensure forced process swaps use the correct page_id and SiteInstance.
creis@chromium.org
2011-11-01
3
-16
/
+30
*
Move Mac's WebDragDest to content.
avi@chromium.org
2011-11-01
3
-0
/
+473
[next]