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
*
test_runner: Move three Mock* files into content namespace.
tfarina@chromium.org
2014-04-29
8
-24
/
+25
*
Remove kEnableBrowserPluginForAllViewTypes flag
zork@chromium.org
2014-04-29
1
-14
/
+1
*
Revert 266616 "Move DefaultActivationClient to wm/core"
ben@chromium.org
2014-04-28
2
-2
/
+5
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-28
2
-5
/
+2
*
Parsing /proc/cpuinfo for cpu branding information on Android and Aura.
puttaraju.r@samsung.com
2014-04-28
1
-0
/
+6
*
Make sure gin Handles exist before using them
jochen@chromium.org
2014-04-28
6
-0
/
+12
*
test_runner: Move WebPermissions into content namespace.
tfarina@chromium.org
2014-04-28
3
-11
/
+14
*
Add 'waitUntilExternalURLLoad' method to TestRunner.
asanka@chromium.org
2014-04-26
5
-0
/
+44
*
Move history serialization from contet/public/renderer/ to content/renderer/
japhet@chromium.org
2014-04-25
4
-84
/
+10
*
Android: Remove another obsolete cmdline
sievers@chromium.org
2014-04-24
1
-4
/
+0
*
Mark touchcancel events as uncancelable
rbyers@chromium.org
2014-04-24
2
-0
/
+19
*
ContentView->ContentViewCore.getContainerView in content/ tests
yfriedman@chromium.org
2014-04-24
3
-21
/
+4
*
aura: Initialize Env as early as possible.
sadrul@chromium.org
2014-04-23
1
-1
/
+1
*
Fix WebContextmenuData leak in EventSender
kouhei@chromium.org
2014-04-23
1
-1
/
+3
*
content: Move WebTestProxy and WebFrameTestProxy into content namespace.
tfarina@chromium.org
2014-04-23
18
-69
/
+73
*
Revert 265498 "Remove layout_test_helper_win as it is no longer ..."
dominicc@google.com
2014-04-23
1
-0
/
+54
*
Remove layout_test_helper_win as it is no longer used
eae@chromium.org
2014-04-23
1
-54
/
+0
*
RenderViewImpl shouldn't be a WebFrameClient.
avi@chromium.org
2014-04-22
2
-88
/
+11
*
Remove some functions from ContentView that just forwarded to ContentViewCore.
yfriedman@chromium.org
2014-04-21
4
-12
/
+12
*
Disable accessibility hooks after test run
kouhei@chromium.org
2014-04-18
1
-0
/
+7
*
Revert teporary include hacks for WebLocalFrame and use forward declares
dcheng@chromium.org
2014-04-18
3
-3
/
+6
*
Remove the --force-compositing-mode flag except for LayoutTests.
danakj@chromium.org
2014-04-17
1
-1
/
+0
*
Remove use of WebInputEventFactory in EventSender.
jbroman@chromium.org
2014-04-17
3
-105
/
+38
*
Revert accidental dartium code push
jamescook@chromium.org
2014-04-17
1
-1
/
+0
*
merged 1908
terry@google.com
2014-04-17
1
-0
/
+1
*
Update content_shell leak detector to support new WebLeakDetector interface.
kouhei@chromium.org
2014-04-17
4
-44
/
+48
*
Validate TouchPoint in EventSender.
zeeshanq@chromium.org
2014-04-16
2
-3
/
+19
*
Allow passing frontend page url as an argument to testRunner.showWebInspector
yurys@chromium.org
2014-04-16
13
-34
/
+58
*
Set the original url correctly if the frame is loaded via loadData
hush@chromium.org
2014-04-16
2
-0
/
+15
*
gin: Stop converting float values into integers implicitly
hajimehoshi@chromium.org
2014-04-16
1
-16
/
+18
*
Remove enable-software-compositing command-line flag.
jbauman@chromium.org
2014-04-16
1
-1
/
+1
*
Update Chrome code to use new WebScreenOrientation types.
mlamouri@chromium.org
2014-04-16
4
-7
/
+7
*
Support sideloaded fonts via command line option for blink layout_tests
scottmg@chromium.org
2014-04-16
8
-1
/
+105
*
Revert 263842 "Support sideloaded fonts via command line option ..."
scottmg@chromium.org
2014-04-15
8
-103
/
+1
*
Revert 263875 "disable usage of register-font-files in content_s..."
scottmg@chromium.org
2014-04-15
1
-4
/
+0
*
Override WebFrameTestProxy::willStartUsingPeerConnectionHandler.
perkj@chromium.org
2014-04-15
1
-0
/
+5
*
disable usage of register-font-files in content_shell for now
scottmg@chromium.org
2014-04-15
1
-0
/
+4
*
Support sideloaded fonts via command line option for blink layout_tests
scottmg@chromium.org
2014-04-15
8
-1
/
+103
*
Move HistoryController to content/renderer/
japhet@chromium.org
2014-04-15
3
-5
/
+6
*
Remove RenderViewImpl::didStartProvisionalLoad.
davidben@chromium.org
2014-04-14
1
-5
/
+0
*
Test runner is in the Chromium repo, so clean up some cross-repo machinery th...
avi@chromium.org
2014-04-14
1
-14
/
+2
*
Remove SupportsBrowserPlugin()
zork@chromium.org
2014-04-13
2
-8
/
+0
*
Revert 263486 "RenderViewImpl shouldn't be a WebFrameClient."
dcheng@chromium.org
2014-04-12
1
-0
/
+30
*
RenderViewImpl shouldn't be a WebFrameClient.
avi@chromium.org
2014-04-12
1
-30
/
+0
*
Final (?) set of changes to unblock WebLocalFrame in blink.
dcheng@chromium.org
2014-04-12
2
-3
/
+3
*
Implement RenderFrameImpl::notificationPresenter in preparation for moving no...
jam@chromium.org
2014-04-11
1
-0
/
+4
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
9
-273
/
+11
*
Make mock scrollbars have identical front/back tracks
enne@chromium.org
2014-04-11
1
-20
/
+49
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
9
-921
/
+3
*
ContentView->ContentViewCore in Shell/ShellManager.
yfriedman@chromium.org
2014-04-10
4
-38
/
+57
[next]