Sshadi@chromium.orgUpload test file for encerypted media browser test.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Make spin button accessible on Mac. I mapped a spin button to a vertical slider, which causes VoiceOver to expect the appropriate range attributes - and then gave it a role description of "spin button" and an orientation of "vertical", so hopefully users will be able to figure it out. I also filled in the remaining range attributes that weren't implemented yet, which also improves sliders, scroll bars, and progress bars. BUG=130430 TEST=Visit a webpage with an ARIA spinbutton with VoiceOver on. Review URL: https://chromiumcodereview.appspot.com/10911287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156881 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Copy test data for a few browser_tests in prepartion for moving them to content_browsertests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148488 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DomStorageBrowserTest sanity check Review URL: https://chromiumcodereview.appspot.com/9956117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130762 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
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 年前 | |
Copy test data for a few browser_tests in prepartion for moving them to content_browsertests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148488 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Support frame tree propagation between renderers in the same browsing instance. BUG=128767 TEST= Review URL: https://chromiumcodereview.appspot.com/10827078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Enable webgl conformance tests under content/test/gpu in content_browsertests It enables the webgl conformace test in content_browsertests basing on chrome/test/gpu. BUG=149892 TEST= Review URL: https://chromiumcodereview.appspot.com/10916334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158742 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert the indexed db pyauto tests to content_browsertests. BUG=140919,143637 Review URL: https://chromiumcodereview.appspot.com/10828378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152373 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Upload test file for encerypted media browser test. BUG=144755 TBR=ddorwin Review URL: https://codereview.chromium.org/10986056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158850 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix race condition with windowless plugin buffers. The problem, which is already fixed for Mac, is that the buffers can be deleted during a paint because of a resize during an NPN_Evaluate call. So keep a local reference. BUG=139462 Review URL: https://chromiumcodereview.appspot.com/10855141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151734 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
New WebKitBrowserTest for content_shell not providing a prerenderer client. The content_shell doesn't provide a prerendererclient (and chromium and DumpRenderTree do). This browsertest makes sure that encountering a prerendering element doesn't crash the content_shell. This patch must land after https://bugs.webkit.org/show_bug.cgi?id=95036 lands and is gardened into Chromium. R=jam@chromium.org BUG=144556 Review URL: https://chromiumcodereview.appspot.com/10869068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153596 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Copy test data so that tests which use them can be converted to content_browsertests in a tryjob git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148689 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Copy test data so that tests which use them can be converted to content_browsertests in a tryjob git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148689 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Introduce RenderWidgetHostViewWinTest for Tsf handling BUG=None TBR=avi TEST=try bots Review URL: https://chromiumcodereview.appspot.com/10912171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158189 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data that will be deleted later so that tryjobs work git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148524 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Delete files I forgot to add in my last cl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148448 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add OWNERS files for content/test and content/test/data BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9956024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129880 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. Split Embedder and Guest 'roles' for browser plugin, web contents can now play any or both roles, main idea is to have more readable separation between the two. Also stop creating browser_plugin counterpart in browser/host for every web_contents, instead create them only when there's a browser_plugin element. BUG= 141232 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157650 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157773 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10868012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. Split Embedder and Guest 'roles' for browser plugin, web contents can now play any or both roles, main idea is to have more readable separation between the two. Also stop creating browser_plugin counterpart in browser/host for every web_contents, instead create them only when there's a browser_plugin element. BUG= 141232 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157650 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157773 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10868012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. Split Embedder and Guest 'roles' for browser plugin, web contents can now play any or both roles, main idea is to have more readable separation between the two. Also stop creating browser_plugin counterpart in browser/host for every web_contents, instead create them only when there's a browser_plugin element. BUG= 141232 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157650 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157773 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10868012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. Split Embedder and Guest 'roles' for browser plugin, web contents can now play any or both roles, main idea is to have more readable separation between the two. Also stop creating browser_plugin counterpart in browser/host for every web_contents, instead create them only when there's a browser_plugin element. BUG= 141232 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157650 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157773 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10868012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
This is followup from Charlie's comments on Fady's cl: http://chromiumcodereview.appspot.com/10560022, it seems I cannot upload patch to that issue (since I'm not owner), I'm creating a new one. Split Embedder and Guest 'roles' for browser plugin, web contents can now play any or both roles, main idea is to have more readable separation between the two. Also stop creating browser_plugin counterpart in browser/host for every web_contents, instead create them only when there's a browser_plugin element. BUG= 141232 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157650 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157773 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10868012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157808 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Support frame tree propagation between renderers in the same browsing instance. BUG=128767 TEST= Review URL: https://chromiumcodereview.appspot.com/10827078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data that will be deleted later so that tryjobs work git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148524 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
content: Move render_widget_host_view_gtk to content/ try 2. This was r97750, which was reverted at r97756. This patch, in addition to all the other things it did, marks OwnedWidgetGtk for export and moves it to the ui:: namespace. Original list of things this patch does: - OwnedWidgetGtk now goes in ui/base/gtk/ - TruncateString moved from l10n_util:: to ui:: - GtkIMContextWrapper has part of its code split into chrome/ (IDC using code goes in RenderViewContextMenu) and the rest go in content/ (gtk using code goes with GtkIMContextWrapper). - gtk_key_bindings_handler[_unittest] now goes in content, as it's a utility class to RenderWidgetHostGtk. BUG=93804 TEST=existing unit tests Original Review URL: http://codereview.chromium.org/7669040 Review URL: http://codereview.chromium.org/7708021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97889 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Port the render_view_host_manager_browsertest.cc to content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10831056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148962 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move plugin_browsertests.cc from browser_tests to content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move plugin_browsertests.cc from browser_tests to content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Support frame tree propagation between renderers in the same browsing instance. BUG=128767 TEST= Review URL: https://chromiumcodereview.appspot.com/10827078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Support frame tree propagation between renderers in the same browsing instance. BUG=128767 TEST= Review URL: https://chromiumcodereview.appspot.com/10827078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153710 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Don't let swappedout:// page be visible when updating frame tree. BUG=143155 TEST=See bug, comment 19. Review URL: https://chromiumcodereview.appspot.com/10952035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158025 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert the Web SQL Database pyauto test to content_browsertests. BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10879018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152821 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move plugin_browsertests.cc from browser_tests to content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixing name of test file from camel caps to Chromium style. TBR=scherkus git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109214 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Submitting test files due review and diff problems. Code to follow later today. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109031 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Commit test data to be moved since try bots won't apply otherwise git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |