Ssadrul@chromium.orgcontent-shell: Allow using the mouse the generate touch-events in linux.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Move JavaBridge tests to content/public/android/javatests BUG=138224 Review URL: https://chromiumcodereview.appspot.com/10911131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158743 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add Debug menu to Mac Content Shell. BUG=141668 TEST=Debug menu, opening inspector works Review URL: https://chromiumcodereview.appspot.com/10823263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151029 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add local file system directory listings support for content shell. Also remove the per-platform PlatformResourceProvider function. Based on http://codereview.chromium.org/10826242/ by shouqun.liu@intel.com BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10830260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151267 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add jochen to content\shell OWNERS. Review URL: https://chromiumcodereview.appspot.com/10782002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146653 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Mac content shell: Set up resources properly. BUG=115784 TEST=none Review URL: http://codereview.chromium.org/9835062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128670 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Add a menu item to content_shell to open devtools to make it more discoverable. Since the devtools server is running for each content shell browser process, the user doesn't specify a server port anymore. Instead I let the system pick. This made it necessary to plumb the data back from net::HttpServer. For now I only added Windows and Linux UI. Mac UI will be done later. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10837177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the warnings when build content/ with clang TBR=jochen BUG=143931 Review URL: https://chromiumcodereview.appspot.com/10911189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155888 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add a menu item to content_shell to open devtools to make it more discoverable. Since the devtools server is running for each content shell browser process, the user doesn't specify a server port anymore. Instead I let the system pick. This made it necessary to plumb the data back from net::HttpServer. For now I only added Windows and Linux UI. Mac UI will be done later. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10837177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix the warnings when build content/ with clang TBR=jochen BUG=143931 Review URL: https://chromiumcodereview.appspot.com/10911189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155888 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Mac content shell: File > New makes a new browser window. BUG=120153 TEST=as described Review URL: https://chromiumcodereview.appspot.com/9965064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130140 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Mac content shell: Fix new browser window. This is a revert of most of r130140, and a better re-implementation thereof. BUG=120153 TEST=as described Review URL: https://chromiumcodereview.appspot.com/9982011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130723 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Allow the Views Delegate to provide the native widget. This is necessary because we will need to construct a different NW depending on the world that owns the parent window. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/10913237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156660 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
continuing from http://http://codereview.chromium.org/10823241 This intentionally doesn't change the ChromeOS behavior at all. They all still use the default FileSystemContext. This code also exposes the normal and media URLRequestGetters via the StoragePartition, and cleans up a bit of code that was accessing the URLRequestGetter in odd ways. Also, it makes Workers correctly use the Media Cache for Media fetches. TBR=benjhyden,sky,davemoore,piman,mkwst,kalman BUG=85121 Review URL: https://chromiumcodereview.appspot.com/10909182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
continuing from http://http://codereview.chromium.org/10823241 This intentionally doesn't change the ChromeOS behavior at all. They all still use the default FileSystemContext. This code also exposes the normal and media URLRequestGetters via the StoragePartition, and cleans up a bit of code that was accessing the URLRequestGetter in odd ways. Also, it makes Workers correctly use the Media Cache for Media fetches. TBR=benjhyden,sky,davemoore,piman,mkwst,kalman BUG=85121 Review URL: https://chromiumcodereview.appspot.com/10909182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157284 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
content-shell: Allow using the mouse the generate touch-events in linux. BUG=none Review URL: https://codereview.chromium.org/10991038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158871 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move all the layout tests that ran under browser_tests to run under content_browsertests. To support the new tests, I added new methods to create new normal/incognito windows in content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10820007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148349 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Mac content shell: Implement CrApplication. BUG=115784 TEST=popup menus work in content shell Review URL: https://chromiumcodereview.appspot.com/9834080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128790 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Close leaking FDs. When starting a SandboxedProcess the resource file descriptors were leaked in the browser process, eventually causing crashers. BUG=None TEST=When using the Android content shell for a long time, it should not crash. Review URL: https://chromiumcodereview.appspot.com/10949027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Close leaking FDs. When starting a SandboxedProcess the resource file descriptors were leaked in the browser process, eventually causing crashers. BUG=None TEST=When using the Android content shell for a long time, it should not crash. Review URL: https://chromiumcodereview.appspot.com/10949027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Split user agent code out of the 'glue' target This creates a new user_agent component target for the user agent handling code. This makes it straightforward for iOS to build only the user-agent part of glue. It should also make incremental dismantling of webkit/ easier, since the dependencies on user agent code are now explicit. The code that was in user_agent.cc/h (the webkit_user_agent target) has been moved to user_agent_util.cc/h, and folded into the user_agent component target. All user-agent related code has been moved to a new webkit/user_agent/ directory. BUG=None Review URL: https://chromiumcodereview.appspot.com/10869073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155695 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Include webkit strings in the content shell package BUG=none TEST=happier dominic Review URL: https://chromiumcodereview.appspot.com/10824111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149203 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move content_shell and content_browsertests code into the content namespace. BUG=90448 TBR=jochen Review URL: https://chromiumcodereview.appspot.com/10809016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147473 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add --remote-debugging-port back to content_shell since nduca mentioned he wants to use it with Android. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10829303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151480 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add --remote-debugging-port back to content_shell since nduca mentioned he wants to use it with Android. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10829303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151480 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add --remote-debugging-port back to content_shell since nduca mentioned he wants to use it with Android. BUG=90445 Review URL: https://chromiumcodereview.appspot.com/10829303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151480 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add default title for untitled tabs to shell devtools discovery page BUG=97465 TEST=try to remote debug a page without a title Review URL: http://codereview.chromium.org/9232077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119670 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favor of GetDownload() Followup to GetAllDownloads() does now: http://codereview.chromium.org/10913015/ Precursor to DownloadHistory-is-an-Observer: http://codereview.chromium.org/10665049/ Reviewers: estade: chrome/browser/ui/webui/downloads_dom_handler.cc Done: bauerb: chrome/browser/plugins/plugin_installer.cc aa: chrome/browser/extensions/webstore_installer.cc achuith: chrome/browser/chromeos/gdata jcivelli: content/public/test jochen: content/shell rdsmith: * Review URL: https://chromiumcodereview.appspot.com/10912183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158595 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move some download tests to content from chrome. R=jam@chromium.org R=benjhayden@chromium.org Review URL: https://chromiumcodereview.appspot.com/10867060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154179 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rip out code that moves windows off screen during layout tests It just makes debugging difficult BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/10857057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152181 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Content shell/GTK: Add JavaScript dialog support. - Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Content shell/GTK: Add JavaScript dialog support. - Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Content shell/GTK: Add JavaScript dialog support. - Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Content shell/GTK: Add JavaScript dialog support. - Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Content shell/GTK: Add JavaScript dialog support. - Add popup dialog support for JavaScript alert/confirm/prompt fuctions on content shell GTK port. BUG=90445,138603 TEST= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149019 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add login prompt dialog support for GTK content shell. - The GTK login prompt dialog is used for HTTP auth. Some websites need HTTP basic access authentication, then the login prompt dialog is required. BUG=90445 TEST=HTTP authentication websites tested TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149395 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add login prompt dialog support for GTK content shell. - The GTK login prompt dialog is used for HTTP auth. Some websites need HTTP basic access authentication, then the login prompt dialog is required. BUG=90445 TEST=HTTP authentication websites tested TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149395 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add login prompt dialog support for GTK content shell. - The GTK login prompt dialog is used for HTTP auth. Some websites need HTTP basic access authentication, then the login prompt dialog is required. BUG=90445 TEST=HTTP authentication websites tested TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149395 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
mac: Remove now-unneeded includes of cocoa_protocols.h BUG=137676 TEST=compiles TBR=OWNERS Review URL: https://chromiumcodereview.appspot.com/10831025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148560 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rip out code that moves windows off screen during layout tests It just makes debugging difficult BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/10857057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152181 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move content_shell and content_browsertests code into the content namespace. BUG=90448 TBR=jochen Review URL: https://chromiumcodereview.appspot.com/10809016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147473 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove static variables from HttpStreamFactory. Refresh of issue 10389162. BUG=124900 Review URL: https://chromiumcodereview.appspot.com/10834215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155485 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move the browser tests inside content/renderer to run under content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10832014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148446 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add option --dump-render-tree to content_shell to dump the render tree as text. BUG=111316 TEST=run out/Debug/content_shell --dump-render-tree file://$(pwd)/third_party/WebKit/LayoutTests/fast/html/section-element.html > section-element-actual.txt - should be the same as section-element-expected.txt Review URL: http://codereview.chromium.org/9289045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119642 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Rename layoutTestController to testRunner. I should come up with a better name than LayoutTestController{Host,} for content_shell The extension docs are updated here: https://chromiumcodereview.appspot.com/10825200/ The binaries in chrome/test/data/extensions/uitest don't actually invoke LTC BUG=none TEST=still works after WK roll Review URL: https://chromiumcodereview.appspot.com/10827182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150320 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add histograms for network activity, and total/cumulative histograms for cache/network activity. R=rvargas@chromium.org, mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152398 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add histograms for network activity, and total/cumulative histograms for cache/network activity. R=rvargas@chromium.org, mmenke@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152398 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove #pragma once from content Review URL: https://chromiumcodereview.appspot.com/10696166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146071 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move the MediaObserver getter from ResourceContext to ContentBrowserClient, since we only need to support one. BUG=98716 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128789 Review URL: https://chromiumcodereview.appspot.com/9845033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128819 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Move content_shell and content_browsertests code into the content namespace. BUG=90448 TBR=jochen Review URL: https://chromiumcodereview.appspot.com/10809016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147473 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] disable the auth prompt during layout tests BUG=111316 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10860066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152556 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move all the layout tests that ran under browser_tests to run under content_browsertests. To support the new tests, I added new methods to create new normal/incognito windows in content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10820007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148349 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make IndexedDB layout browser tests save incorrect results to a file Like it says in the bug, this won't help poring over a log on a bot, you'd still have to copy/paste and then unescape those results manually. But outputting to a file is so helpful when running a small amount of tests locally in a develop-compile-test cycle. The expected and actual results of the test that inspired this are each >3k, of which about 100 bytes differed. BUG=144786 Review URL: https://chromiumcodereview.appspot.com/10869061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154896 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make IndexedDB layout browser tests save incorrect results to a file Like it says in the bug, this won't help poring over a log on a bot, you'd still have to copy/paste and then unescape those results manually. But outputting to a file is so helpful when running a small amount of tests locally in a develop-compile-test cycle. The expected and actual results of the test that inspired this are each >3k, of which about 100 bytes differed. BUG=144786 Review URL: https://chromiumcodereview.appspot.com/10869061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154896 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove static variables from HttpStreamFactory. Refresh of issue 10389162. BUG=124900 Review URL: https://chromiumcodereview.appspot.com/10834215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155485 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove static variables from HttpStreamFactory. Refresh of issue 10389162. BUG=124900 Review URL: https://chromiumcodereview.appspot.com/10834215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155485 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
We do not pass enums by conts references. This CL fixes style errors introduced in a previous CL. BUG=none Review URL: https://chromiumcodereview.appspot.com/10915304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add context popup menu support for content shell[GTK]. - For GTK content shell, add the navigation/editing/inspector context menu. - For other platforms, specific implementation to be add. BUG=90445 TEST= Review URL: https://chromiumcodereview.appspot.com/10913035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154650 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
We do not pass enums by conts references. This CL fixes style errors introduced in a previous CL. BUG=none Review URL: https://chromiumcodereview.appspot.com/10915304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
We do not pass enums by conts references. This CL fixes style errors introduced in a previous CL. BUG=none Review URL: https://chromiumcodereview.appspot.com/10915304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
We do not pass enums by conts references. This CL fixes style errors introduced in a previous CL. BUG=none Review URL: https://chromiumcodereview.appspot.com/10915304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157205 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rip out code that moves windows off screen during layout tests It just makes debugging difficult BUG=111316 TEST=none Review URL: https://chromiumcodereview.appspot.com/10857057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152181 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moving from from using WebFrame::name to WebFrame::uniqueName BUG=145099 Review URL: https://chromiumcodereview.appspot.com/10914207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156568 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Rewrite layout_browsertests to use content_shell --dump-render-tree to execute layout tests break down of changes - refactor WebKitTestResultPrinter to print to a stream - allow for swapping the result printer - add testRunner.workerThreadCount implementation and testRunner.overridePreference stub - rip out the fake testRunner and result getting / formatting code from InProcessBrowserLayoutTest - make it use WebKitTestController to run the tests - remove all the code for copying resources around (since we don't need to patch the tests, we can just read the original) BUG=none TEST=layout_browsertests passes Review URL: https://chromiumcodereview.appspot.com/10941011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158803 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |