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
/
shell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated STYLE_NATIVE_TEXTBUTTON.
msw@chromium.org
2014-01-15
1
-4
/
+4
*
Now that RenderFrame is 1:1 with WebFrame, add the associated getters and sta...
jam@chromium.org
2014-01-15
2
-9
/
+4
*
Remove more non-aura windows code.
jam@chromium.org
2014-01-15
5
-303
/
+12
*
Update WebFrameClient::didClearWindowObject signature.
jochen@chromium.org
2014-01-13
4
-4
/
+7
*
Don't enable alpha blending for legacy fullscreen video implementation
qinmin@chromium.org
2014-01-12
1
-2
/
+8
*
Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...
ajwong@chromium.org
2014-01-11
1
-1
/
+2
*
Remove CSS Custom Filters related code in TestRunner because the feature is g...
mvujovic@adobe.com
2014-01-11
3
-4
/
+0
*
Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame
nasko@chromium.org
2014-01-10
1
-0
/
+1
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-10
2
-3
/
+2
*
Revert "Add support for closing Android Shell instances from Java."
dcheng@chromium.org
2014-01-10
6
-104
/
+13
*
[Android] Remove assert as it uses a non-API backwards compatible function.
tedchoc@chromium.org
2014-01-10
1
-2
/
+0
*
Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."
noamsml@google.com
2014-01-10
2
-2
/
+3
*
Add support for closing Android Shell instances from Java.
tedchoc@chromium.org
2014-01-10
6
-13
/
+106
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-09
2
-3
/
+2
*
Revert 243791 "Revert of https://codereview.chromium.org/128443002/"
jochen@chromium.org
2014-01-09
1
-2
/
+5
*
Revert of https://codereview.chromium.org/128443002/
alph@chromium.org
2014-01-09
1
-5
/
+2
*
Enables fullscreen subtitle and media control from Blink
trchen@chromium.org
2014-01-09
2
-1
/
+23
*
Flood-fill the canvas used for layout tests
jochen@chromium.org
2014-01-08
1
-2
/
+5
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-2
/
+2
*
Dismiss EME infobar when WebMediaPlayer is destroyed.
kkimlabs@chromium.org
2014-01-08
2
-0
/
+23
*
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...
jam@chromium.org
2014-01-06
2
-10
/
+3
*
Fix broken build on OSX >= 10.7.
costan@gmail.com
2014-01-06
1
-1
/
+1
*
Mac: Fix content shell crash on startup
tkent@chromium.org
2014-01-06
1
-9
/
+0
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-04
2
-2
/
+3
*
content: Copy layout test helpers from Blink to Chromium.
tfarina@chromium.org
2014-01-04
2
-0
/
+317
*
Convert base::MemoryMappedFile to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-03
1
-2
/
+3
*
Revert 242913 "Make CookieMonster::Delegate top-level and remove..."
esprehn@chromium.org
2014-01-03
1
-1
/
+1
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-03
1
-1
/
+1
*
Make test runner library compiled with the chromium-style clang plugin on
jochen@chromium.org
2014-01-03
25
-81
/
+176
*
content: Copy test runner resources from Blink to Chromium.
tfarina@chromium.org
2014-01-03
13
-0
/
+410
*
Update header guards in test runner library to chromium style
jochen@chromium.org
2014-01-03
39
-114
/
+114
*
Replace WebNonCopyable with DISALLOW_COPY_AND_ASSIGN in test runner library
jochen@chromium.org
2014-01-03
22
-53
/
+92
*
Allow MIDI permission in content shell's ShellBrowserContext::RequestMIDISysE...
jam@chromium.org
2014-01-03
1
-2
/
+1
*
Update list of OWNERS for test runner library
jochen@chromium.org
2014-01-02
2
-0
/
+10
*
Replace WebScopedPtr with base's scoped_ptr in test runner library
jochen@chromium.org
2014-01-02
12
-170
/
+48
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...
jam@chromium.org
2013-12-31
1
-2
/
+6
*
Move kFileScheme constant into content namespace.
tfarina@chromium.org
2013-12-30
2
-2
/
+2
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
2
-7
/
+0
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Update uses of UTF conversions in content/ to use the base:: namespace.
avi@chromium.org
2013-12-25
17
-49
/
+51
*
Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...
avi@chromium.org
2013-12-23
1
-1
/
+1
*
Leak local static vars in TestPlugin.
wjmaclean@chromium.org
2013-12-23
1
-13
/
+14
*
Cleanup: Move kFileSystemScheme constant into content namespace.
tfarina@chromium.org
2013-12-23
1
-1
/
+1
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in She...
jam@chromium.org
2013-12-21
1
-8
/
+8
*
Add base:: to straggling string16 in content/.
dbeam@chromium.org
2013-12-21
5
-14
/
+14
*
Import TestRunner library into chromium.
jochen@chromium.org
2013-12-20
85
-16
/
+16644
*
Rename ContentBrowserClient::RenderProcessHostCreated to RenderProcessWillLau...
avi@chromium.org
2013-12-20
2
-2
/
+2
*
Remove WebView::setValidationMessageClient() call.
tkent@chromium.org
2013-12-19
1
-2
/
+0
*
Fixing opacity for browser frame window on ASH/Windows.
shrikant@chromium.org
2013-12-18
1
-5
/
+0
*
Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...
jam@chromium.org
2013-12-17
4
-3
/
+65
[next]