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
/
webkit
/
tools
/
test_shell
/
test_shell_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scope some autorelease pools.
avi@chromium.org
2011-04-22
1
-4
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
1
-1
/
+1
*
Remove some more DRT features from test_shell.
tony@chromium.org
2011-02-07
1
-57
/
+0
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-3
/
+3
*
Move more web widgets painting from webkit to chrome.
xiyuan@chromium.org
2011-01-20
1
-2
/
+2
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Move base/debug_on_start to base/debugger and rename it to be _win since it
brettw@chromium.org
2011-01-01
1
-1
/
+0
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
1
-6
/
+6
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
1
-3
/
+3
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
1
-2
/
+2
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
1
-2
/
+2
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
1
-2
/
+2
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
1
-2
/
+2
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-2
/
+2
*
webkit: use string16 in webkit_glue.h
evan@chromium.org
2010-12-14
1
-1
/
+1
*
Remove code to load plugins on mac from Contents/PlugIns.
tony@chromium.org
2010-11-23
1
-1
/
+5
*
Fix plugin blacklisting in Mac TestShell and DRT.
tony@chromium.org
2010-11-22
1
-7
/
+4
*
Make sure the upstream layout test plugin is disabled in test_shell.
tony@chromium.org
2010-11-18
1
-4
/
+0
*
Add an option to the test_shell to enable it to load each test several times
sgjesse@google.com
2010-10-26
1
-4
/
+6
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-2
/
+2
*
Stop loading plugins from {Debug,Release}/plugins on mac TestShell.
tony@chromium.org
2010-10-19
1
-4
/
+7
*
Add xcodebuild/{Debug/Release}/plugins to the plugin load
tony@chromium.org
2010-10-19
1
-2
/
+11
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+0
*
Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1
satish@chromium.org
2010-07-30
1
-0
/
+3
*
Deprecate most of the remaining wstring file_util functions.
evan@chromium.org
2010-07-08
1
-6
/
+4
*
DevTools: migrate to new WebView constructor.
pfeldman@chromium.org
2010-06-25
1
-0
/
+1
*
Remove references to feed preview, which was removed years ago.
tony@chromium.org
2010-05-26
1
-6
/
+0
*
Add an --allow-external-pages switch to test_shell.
dpranke@chromium.org
2010-04-23
1
-2
/
+4
*
Move base/gfx contents to gfx/
ben@chromium.org
2010-03-14
1
-1
/
+1
*
mac: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-10
1
-1
/
+1
*
[GTTF] Reduce header dependencies in webkit
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Make the UI controls (back/forward/stop) in TestShell disable when appropriate.
darin@chromium.org
2010-01-27
1
-0
/
+4
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-2
/
+2
*
Fix hardcoded path directory for linux and mac builds.
dpranke@google.com
2009-10-29
1
-3
/
+3
*
Modify DataPacks so they can return RefCountedStaticMemory objects.
erg@google.com
2009-10-27
1
-2
/
+2
*
[Mac] Properly call setIsActive() when becoming and resigning key window.
rohitrao@chromium.org
2009-10-21
1
-12
/
+36
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-1
/
+1
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
1
-0
/
+1
*
Reduce the testshell watchdog timeout to just be the timeout
ojan@chromium.org
2009-10-16
1
-1
/
+1
*
Move more ICU-dependent stuff from base into base/i18n. Some test stuff also
brettw@chromium.org
2009-10-09
1
-1
/
+0
*
Make <video> works properly in test_shell in mac
hclam@chromium.org
2009-10-02
1
-2
/
+11
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-1
/
+1
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
1
-1
/
+1
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-1
/
+1
*
Hook up WebViewClient, part 1.
darin@chromium.org
2009-09-16
1
-1
/
+1
*
Move StringPiece into the base namespace. It is colliding
tony@chromium.org
2009-09-10
1
-5
/
+5
*
Remove a NOTIMPLEMENTED that was causing layout tests to fail on the Mac.
darin@chromium.org
2009-09-10
1
-1
/
+0
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-28
/
+11
[next]