summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Scope some autorelease pools.avi@chromium.org2011-04-221-4/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Remove some more DRT features from test_shell.tony@chromium.org2011-02-071-57/+0
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-3/+3
* Move more web widgets painting from webkit to chrome.xiyuan@chromium.org2011-01-201-2/+2
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Move base/debug_on_start to base/debugger and rename it to be _win since itbrettw@chromium.org2011-01-011-1/+0
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-6/+6
* Move data pack from base to app (it's just part of the resource bundle system).brettw@chromium.org2010-12-231-3/+3
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-2/+2
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-2/+2
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-2/+2
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-2/+2
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-2/+2
* webkit: use string16 in webkit_glue.hevan@chromium.org2010-12-141-1/+1
* Remove code to load plugins on mac from Contents/PlugIns.tony@chromium.org2010-11-231-1/+5
* Fix plugin blacklisting in Mac TestShell and DRT.tony@chromium.org2010-11-221-7/+4
* Make sure the upstream layout test plugin is disabled in test_shell.tony@chromium.org2010-11-181-4/+0
* Add an option to the test_shell to enable it to load each test several timessgjesse@google.com2010-10-261-4/+6
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+2
* Stop loading plugins from {Debug,Release}/plugins on mac TestShell.tony@chromium.org2010-10-191-4/+7
* Add xcodebuild/{Debug/Release}/plugins to the plugin loadtony@chromium.org2010-10-191-2/+11
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+0
* Add --enable-speech-input switch and set ENABLE_INPUT_SPEECH=1satish@chromium.org2010-07-301-0/+3
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-6/+4
* DevTools: migrate to new WebView constructor.pfeldman@chromium.org2010-06-251-0/+1
* Remove references to feed preview, which was removed years ago.tony@chromium.org2010-05-261-6/+0
* Add an --allow-external-pages switch to test_shell.dpranke@chromium.org2010-04-231-2/+4
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-101-1/+1
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Make the UI controls (back/forward/stop) in TestShell disable when appropriate.darin@chromium.org2010-01-271-0/+4
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Fix hardcoded path directory for linux and mac builds.dpranke@google.com2009-10-291-3/+3
* Modify DataPacks so they can return RefCountedStaticMemory objects.erg@google.com2009-10-271-2/+2
* [Mac] Properly call setIsActive() when becoming and resigning key window.rohitrao@chromium.org2009-10-211-12/+36
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-1/+1
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-0/+1
* Reduce the testshell watchdog timeout to just be the timeoutojan@chromium.org2009-10-161-1/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+0
* Make <video> works properly in test_shell in machclam@chromium.org2009-10-021-2/+11
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-1/+1
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-1/+1
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-1/+1
* Hook up WebViewClient, part 1.darin@chromium.org2009-09-161-1/+1
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-5/+5
* Remove a NOTIMPLEMENTED that was causing layout tests to fail on the Mac.darin@chromium.org2009-09-101-1/+0
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-28/+11