- 09 Dec, 2011 3 commits
-
-
dtseng@chromium.org authored
With the new logic in SendPendingAccessibilityNotifications, it is no longer necessary to fire a load complete as the first notification to the browser. Since we walk the parent chain, looking for the first entry actually in our browser cache, we will always end up walking up to the root. This change therefore also makes sure that notifications fired on the root will include all of the subtree when composing the notification. BUG=none. TEST=manual. Merge remote-tracking branch 'origin' into build_break Merge branch 'trunk' of http://git.chromium.org/git/chromium into build_break Attempt fixes at chrome frame tests redness. TBR=dtseng Review URL: http://codereview.chromium.org/8869006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113704 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
It seems to be passing. BUG=91729 Review URL: http://codereview.chromium.org/8873024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113703 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
With the new logic in SendPendingAccessibilityNotifications, it is no longer necessary to fire a load complete as the first notification to the browser. Since we walk the parent chain, looking for the first entry actually in our browser cache, we will always end up walking up to the root. This change therefore also makes sure that notifications fired on the root will include all of the subtree when composing the notification. BUG=none. TEST=manual. Merge remote-tracking branch 'origin' into build_break Merge branch 'trunk' of http://git.chromium.org/git/chromium into build_break Attempt fixes at chrome frame tests redness. TBR=dtseng Review URL: http://codereview.chromium.org/8869006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113702 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Dec, 2011 37 commits
-
-
dgozman@chromium.org authored
BUG=chromium-os:23809 TEST=SelectFileDialogExtensionBrowserTest.* Review URL: http://codereview.chromium.org/8819025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113701 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@google.com authored
Also switch how cross-origin URL is generated so we can enable NaCl URLLoader tests. BUG=NONE TEST=ui_tests --gtest_filter=PPAPITest.URLLoader*, PPAPINaClTest.URLLoader* Review URL: http://codereview.chromium.org/8886001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113700 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8831001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113699 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=79722 TEST=none Review URL: http://codereview.chromium.org/8885016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113698 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
base/task.h is going away and being replaced by base/bind.h and base/callback.h. This CL was automatically generated by sed. BUG=none TEST=none Review URL: http://codereview.chromium.org/8885020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113697 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Also fixes a few straggling missing dependencies. R=darin@chromium.org BUG=98755 TEST=waterfall stays green Review URL: http://codereview.chromium.org/8819004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113696 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113692 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
* Cleanup test-only includes. * Move some logic from panels into panel strip. * Split DragPanels test into three tests. * SetExpansionState on panel to move in/out of overflow. * Added API to panel/native_panel to control whether app icon is visible. BUG=106227 TEST=Panel*Test.* Review URL: http://codereview.chromium.org/8827011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113691 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r7363: (sehr) Expose LLVM changes to get __builtin_nacl_target_arch intrinsic. r7364: (pdox) Build GLibC's crt1 as bitcode. r7365: (mseaborn) Scons: Remove the unused argument 'nocpp' r7366: (pdox) Get rid of upload to "latest" directory for PNaCl toolchain builders. r7367: (pdox) Merge with LLVM up to r145883. Merge was trivial except for conflicts caused by adjacent code changes. r7368: (eugenis) Move ncval usage text to its own variable. r7369: (eugenis) Change -fasan to -faddress-sanitizer. Add a sanity test. r7370: (eugenis) Switch ASan bots to opt-host. r7371: (eugenis) Disable x86_64 hello_world_test on the Mac/ASan bot. r7372: (eugenis) Really disable x86_64 hello_world_test on the Mac/ASan bot. r7373: (robertm) Augmented pnacl-as to handle .S files, so we can remove .s/.S support from pnacl-clang. r7374: (mseaborn) x86-64 Windows: Make stack unwinding test stricter still r7375: (mseaborn) Revert r7374: x86-64 Windows: Make stack unwinding test stricter still r7376: (ncbray) Stop using ppapi_ppb_core inside of PyAuto. r7377: (dschuff) Script to parse LLVM testsuite report output and list of known failures, r7378: (dschuff) Script and gclient DEPS to sync and run llvm testsuite with pnacl/sel_ldr r7379: (sehr) Add --pnacl-default-command-line flag to the driver. This flag controls r7380: (mseaborn) Scons: Use booleans in CommandTest() arguments where possible r7381: (mseaborn) Convert some crash tests to using command_tester.py's --declares_exit_status r7382: (robertm) Assimilate the names "between_builders" files between regular and trybots. r7383: (sehr) Add a DescWrapper factory method for random number generation. r7384: (dschuff) Buildbot script for running LLVM test-suite and torture tests, r7385: (sehr) Update to get default command line toolchain for sandboxed translators. r7387: (robertm) Modify ARM .S code so it can be processed by both gnu-as and llvm-mc. r7388: (dschuff) Fix bootstrap loading for toolchain torture tests BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/8879027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113690 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@google.com authored
BUG=None TEST= Review URL: http://codereview.chromium.org/8890046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113689 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
Move GpuInfoUpdate to UI thread to avoid potential racing. BUG=104768 TEST=ExtensionWebstorePrivateBundleTest.GetWebGLStatus Review URL: http://codereview.chromium.org/8772031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113688 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=79722 TEST=none Review URL: http://codereview.chromium.org/8890027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113687 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
renderer. This patch is the chromium side change associated with this patch: https://bugs.webkit.org/show_bug.cgi?id=70556 BUG=none TEST=manually Review URL: http://codereview.chromium.org/8888005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113686 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106912 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8872042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113685 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=NONE TEST=ui_tests, --gtest_filter=PPAPITest.Fullscreen Review URL: http://codereview.chromium.org/8789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113684 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/8873037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113683 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
BUG=106805 TEST=Follow repro steps Review URL: http://codereview.chromium.org/8888001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113680 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Make check for 'opened' consistent across all audio stream implementations of Start() and log an error if open hasn't been called successfully. This fixes BUG=106712 TEST=Run media_unittests. Review URL: http://codereview.chromium.org/8872028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113679 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Also fix a bunch of |reinterpret_cast|s (to |static_cast|). So we can stop cutting-and-pasting the same mistakes over and over. Review URL: http://codereview.chromium.org/8879009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113678 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is because, if the newly allocated surface happens to have the same handle / address, a subsequent MakeCurrent will think that the surface has not changed and early out. Review URL: http://codereview.chromium.org/8869007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113677 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
WebGraphicsContext3D depending upon which compositor we're running. This is needed to enable ui tests on the bots. I reverted first attempt as it broke some browser_tests. I've straightened that out in another patch, so this should be good go again. TBR since it's the same patch as before. BUG=104360 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8889022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113676 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=100777 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8888029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113675 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This updates the dependency to pick up power_manager::kPowerButtonEventSignal. BUG=98328 TEST=synced and built successfully TBR=satorux@chromium.org Review URL: http://codereview.chromium.org/8889028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113674 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=88221 TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/8872039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113673 0039d316-1c4b-4281-b951-d872f2087c98
-
amit@chromium.org authored
Review URL: http://codereview.chromium.org/8879024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113672 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
base/task.h is going away and being replaced by base/bind.h and base/callback.h. BUG=none TEST=none Review URL: http://codereview.chromium.org/8888022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113671 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113670 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Review URL: http://codereview.chromium.org/8863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113669 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Inspection does not reveal any obvious paths that would lead to the crash in chromium-os:22577, so adding checks to help isolate the root cause. BUG=chromium-os:22577 TEST=Run all tests, look for crashes with the signature described in the issue. Review URL: http://codereview.chromium.org/8854007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113668 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This doesn't make sense to fix since it's just a private API. BUG=54011 Review URL: http://codereview.chromium.org/8888018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113667 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
BUG=104048 TEST=Edit menu item is available in Omnibox. Review URL: http://codereview.chromium.org/8890029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113666 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=chromium-os:23269 TEST=None Review URL: http://codereview.chromium.org/8869001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113665 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Fix for configs where the Chrome checkout is under user's home directory (in which case buffer-file-truename returns a path starting with ~). BUG=none Review URL: http://codereview.chromium.org/8872013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113664 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
1) Bug 106880: Creating more than 6 overflow panels or closing the 6th overflow panel triggers assert on debug version 2) Bug 106882: Hovering the mouse over the top of the overflow panels may expand the overflow panels BUG=106880,106882 TEST=Manul test by following repro steps as in bugs Review URL: http://codereview.chromium.org/8885019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113663 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Fairly straightforward conversion except for two things: - VisitedLinkMaster tries to be really clever and used StackVector. I converted it to use a plain old std::string since I don't think the cleverness adds anything. - web_app::CreateShortcut() sole caller doesn't even use the success callback, so it was removed. BUG=none TEST=trybots Do not submit. It's entirely possible we can just delete all the CreateShortcut related goop in web_app. Review URL: http://codereview.chromium.org/8885007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113662 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=105023 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113634 Review URL: http://codereview.chromium.org/8887003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113661 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This splits apart the old in-process implementation into a new object in shared_impl that does most of the general tracking. This alllows that code to be shared by the proxy. BUG=http://crbug.com/101154 Review URL: http://codereview.chromium.org/8764003 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/8890037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113659 0039d316-1c4b-4281-b951-d872f2087c98
-