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
*
Add avi and joi as OWNERS for content\public. Please add me as a reviewer for...
jam@chromium.org
2011-12-05
3
-3
/
+11
*
Remove OnMessageReceived that was using internal content IPCs in a chrome tes...
jam@chromium.org
2011-12-05
5
-12
/
+11
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-05
11
-206
/
+263
*
Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa...
jam@chromium.org
2011-12-05
4
-10
/
+52
*
Revert 113001 - Ensure that webkit is initialized before calling into it from...
jochen@chromium.org
2011-12-05
1
-2
/
+0
*
Ensure that webkit is initialized before calling into it from devtools agent ...
jochen@chromium.org
2011-12-05
1
-0
/
+2
*
Add missing windows dependency
jam@chromium.org
2011-12-05
1
-0
/
+5
*
Move a bunch of accessibility tests in chrome that have no chrome dependencie...
jam@chromium.org
2011-12-05
4
-0
/
+1496
*
Get rid of view_messages.h dependency in extension_messages_browsertest.cc by...
jam@chromium.org
2011-12-05
2
-0
/
+16
*
Replace the GURL referrer field of OpenURLParams with a content::Referrer
jochen@chromium.org
2011-12-05
8
-18
/
+22
*
Let fake UI allow a video capture device to be opened several times.
mflodman@chromium.org
2011-12-05
2
-4
/
+43
*
Don't use Singleton to cache JNI method IDs in Java Bridge
steveblock@chromium.org
2011-12-05
2
-117
/
+65
*
Disabling WorkerTest.SharedWorkerHttpAuth failing on webkit canaries.
vsevik@chromium.org
2011-12-05
1
-1
/
+1
*
Change NavigationController::LoadURL to take a Referrer class instead of a GU...
jochen@chromium.org
2011-12-05
8
-74
/
+87
*
Chrome/Mac layout error on Google Docs Demo page (https://docs.google.com/demo)
davidbarr@chromium.org
2011-12-05
1
-0
/
+3
*
Support incremental-max and sample in Profiler data
jar@chromium.org
2011-12-04
1
-1
/
+1
*
Add glue for supporting custom MIME types in DataTransfer.
dcheng@chromium.org
2011-12-04
5
-0
/
+23
*
Revert r112885 and follow-up r112886.
thakis@chromium.org
2011-12-04
7
-204
/
+53
*
aura: Ask the WindowDelegate before a Window is Focus()ed.
sadrul@chromium.org
2011-12-03
2
-0
/
+5
*
Pass along the referrer policy (renderer side)
jochen@chromium.org
2011-12-03
13
-40
/
+111
*
Fix shared build by adding CONTENT_EXPORT.
dmazzoni@chromium.org
2011-12-03
1
-2
/
+2
*
Relanding http://codereview.chromium.org/8416034
dmazzoni@chromium.org
2011-12-03
7
-53
/
+204
*
Fix shared builder
jam@chromium.org
2011-12-03
1
-3
/
+3
*
Initial implementation of IAccessible2 scrollTo and setTextSelection and
dmazzoni@chromium.org
2011-12-03
4
-35
/
+318
*
Remove dead code for gpu blacklist auto-update.
zmo@google.com
2011-12-03
2
-45
/
+4
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
19
-234
/
+318
*
Simplify BrowserChildProcessHost in preparation for refactoring it so that co...
jam@chromium.org
2011-12-03
3
-17
/
+4
*
Improve support for multiselect list box accessibility on Windows.
dmazzoni@chromium.org
2011-12-03
5
-31
/
+159
*
base::Bind: Convert ServerSocket::Accept.
jhawkins@chromium.org
2011-12-03
3
-13
/
+21
*
Revert 112812 - Add xinput1_3.dll redist to final package.
thestig@chromium.org
2011-12-03
1
-24
/
+0
*
Fix gyp warnings about missing files.
thestig@chromium.org
2011-12-03
1
-1
/
+1
*
Add a preference for enabling the TLS origin-bound certificates extension.
wtc@chromium.org
2011-12-03
1
-2
/
+0
*
Fix a bug where redirect chain gets lost on process swap.
mpcomplete@chromium.org
2011-12-03
20
-37
/
+263
*
Update includes to new header locations
abarth@chromium.org
2011-12-03
79
-147
/
+147
*
Plumb executable flag through proxy to base::SharedMemory::Create.
mcgrathr@chromium.org
2011-12-02
3
-6
/
+13
*
Add IPCs to allow assistive technology to scroll the page
dmazzoni@chromium.org
2011-12-02
9
-0
/
+163
*
Make accessible scroll position attributes more generic and
dmazzoni@chromium.org
2011-12-02
1
-3
/
+2
*
Add xinput1_3.dll redist to final package.
scottmg@google.com
2011-12-02
1
-0
/
+24
*
fix shared library build
jam@chromium.org
2011-12-02
1
-1
/
+2
*
base::Bind fixes
groby@chromium.org
2011-12-02
1
-19
/
+9
*
Implement SetVisuallyDeemphasized in ChromeRenderViewObserver.
xiyuan@chromium.org
2011-12-02
10
-182
/
+12
*
IndexedDB: Add support for IDBIndex multientry flag
jsbell@chromium.org
2011-12-02
4
-1
/
+7
*
Don't make classes derive from ChildProcessHost, and instead have them use it...
jam@chromium.org
2011-12-02
18
-225
/
+210
*
Fix use-after-free. OnChildDied deletes the current object, so we shouldn't c...
jam@chromium.org
2011-12-02
1
-2
/
+4
*
Improve GPU tests to fail when GPU drawing fails.
jbates@chromium.org
2011-12-02
3
-9
/
+17
*
Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...
jam@chromium.org
2011-12-02
9
-378
/
+7
*
Fix a possible renderer hang due to an WebAccessibilityObject becoming invalid.
dtseng@chromium.org
2011-12-02
1
-10
/
+17
*
Add autoresize capability to chromium.
levin@chromium.org
2011-12-02
9
-6
/
+74
*
Fix tab backgrounding
davemoore@chromium.org
2011-12-02
2
-0
/
+67
*
Get more information about types of images being downloaded.
cbentzel@chromium.org
2011-12-02
1
-2
/
+44
[next]