- 23 Feb, 2014 21 commits
-
-
pkotwicz@chromium.org authored
- the user has dragged to the snap left / snap right buttons - the user has dragged back to the size button BUG=344411 TEST=AlternateFrameSizeButtonTest.* Review URL: https://codereview.chromium.org/168943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252859 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252858 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167634:167648&mode=html TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/176643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252857 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252856 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
All blink rolls after 167634 have shown various PDF scaling and printing errors such as PrintPreviewWebUITest.PrintToPDFSelectedHideFitToPageOption http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%282%29/builds/20077 PrintPreviewWebUITest.SourceIsPDFShowFitToPageOption http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%284%29/builds/25035 PrintPreviewWebUITest.PrintScalingDisabledForPlugin http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%285%29/builds/25320 > Blink roll 167634:167638 > > http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167635:167638&mode=html > TBR= > BUG= > > Review URL: https://codereview.chromium.org/176443002 TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/176543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252855 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252854 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r12791: (bradnelson) Invoke the compiler to locate the mig definitions files. r12792: (teravest) Remove unused NACL_MANIFEST_UNREF message. r12793: (mcgrathr) Update x86 toolchains in TOOL_REVISIONS r12794: (noelallen) Re-order bionic build to support libc++.so. BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/174763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252853 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BookmarkUtilsTest.CutToClipboard is failing on Android: ../../chrome/browser/bookmarks/bookmark_utils_unittest.cc:37: Failure Value of: expected_beginning_count Actual: 1 Expected: grouped_changes_beginning_count_ Which is: 0 ../../chrome/browser/bookmarks/bookmark_utils_unittest.cc:38: Failure Value of: expected_ended_count Actual: 1 Expected: grouped_changes_ended_count_ Which is: 0 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/176563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252852 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252851 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167639:167645&mode=html TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/176553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252850 0039d316-1c4b-4281-b951-d872f2087c98
-
damienv@chromium.org authored
BUG=345888 Review URL: https://codereview.chromium.org/175693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252849 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
Without this change the un-elevated native messaging process will return an empty list because the pairings are considered invalid. BUG=345951 Review URL: https://codereview.chromium.org/175343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252848 0039d316-1c4b-4281-b951-d872f2087c98
-
petarj@mips.com authored
IRT shim is needed as it whitelists NaCl IRT interfaces exposed under PNaCl. BUG= https://code.google.com/p/nativeclient/issues/detail?id=2275 TEST= Build Chromium for MIPS Review URL: https://codereview.chromium.org/175533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252847 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
This is the only reliable solution: we get an event from DisplayManager every time a display change. If that change is a rotation change from the display we care about, we can act on it. Using sensors or onConfigurationChange is unreliable. BUG=342714 Review URL: https://codereview.chromium.org/163433010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252846 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252845 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
> trial run of vs2013 with iterator debugging off to see if browser_tests are timing-related > > BUG= > > Review URL: https://codereview.chromium.org/165693005 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/176203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252844 0039d316-1c4b-4281-b951-d872f2087c98
-
https://chromium.googlesource.com/chromium/srcscottmg@chromium.org authored
whitespace change to trigger build git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252843 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/165693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252837 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252834 0039d316-1c4b-4281-b951-d872f2087c98
-
tom.cassiotis@gmail.com authored
Introduced a mechanism through BookmarkModelObserver to inform the bookmark undo service to group a set of bookmark changes instead of an explicit call. This removes the dependence to bookmark_undo_utils that was recently introduced in https://src.chromium.org/viewvc/chrome?view=rev&revision=241973 BUG=126092 TEST=Added a unit_tests test to ensure that the BookmarkModelObserver is notified. Review URL: https://codereview.chromium.org/155913004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252832 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
As of r252664, we no longer depend on storing the frame ID in Blink, so we can simply use the one-argument version of WebFrame::create() and delete the two argument overload once this lands. BUG=314791 R=creis@chromium.org TBR=bauerb@chromium.org, boliu@chromium.org, vitalybuka@chromium.org Review URL: https://codereview.chromium.org/175543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252831 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Feb, 2014 19 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252830 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167635:167638&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/176443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252829 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Currently, if <webview> is navigated to a page with an unsupported plugin, it'll show a "Looking for plugin..." placeholder indefinitely. With this CL, if there is an unsupport plugin then the message: "No plugin available to display this content." will be shown instead. BUG=345348 Review URL: https://codereview.chromium.org/175053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252828 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
We'll need them to implement shared memory. (Also add TODOs for a bug that I spotted.) R=darin@chromium.org Review URL: https://codereview.chromium.org/169463012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252827 0039d316-1c4b-4281-b951-d872f2087c98
-
jfb@chromium.org authored
The text was sent to the LLVM mailing list, I edited it a bit and restified it. See: http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-June/063010.html R= binji@chromium.org, sbc@chromium.org, dschuff@chromium.org, mseaborn@chromium.org, jvoung@chromium.org, stichnot@chromium.org, sehr@chromium.org, ncbray@chromium.org, mackinlay@chromium.org TEST= none BUG= none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/164413005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252826 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Added libjingle_nacl target that compile libjingle for PNaCl. Removed dependency on jsoncpp. BUG=276739 Review URL: https://codereview.chromium.org/173013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252825 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252824 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167634:167634&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/175463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252823 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This helps to refactor raw_channel_posix_unittest to run on multiple platforms. TEST=mojo_common_unittests,mojo_system_unittests BUG=None TBR=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/176063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252822 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This test is failing on ~25% of win_rel try jobs and the CQ is suffering. http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/268519 http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/268515 http://build.chromium.org/p/tryserver.chromium/builders/win_rel/builds/268511 > Re-enable MetricsServiceTest.RegisterSyntheticTrial. > > The test passes locally and the failure stacktrace from > the bug should have been fixed by http://crrev.com/240919. > > BUG=320433 > > Review URL: https://codereview.chromium.org/174403003 TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/176423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252821 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Introduce an AppsClient for app_shell * Create an AppsClient for tests * Introduce ShellAppWindowDelegate whose sole purpose is to create a NativeAppWindowViews for windows in app_shell * Extract Chrome-specific code from apps/app_window.cc This is part 2 of 2 and depends on https://codereview.chromium.org/171003004/ BUG=343174 TEST=browser_tests PlatformApp* TBR=sky@chromium.org for chrome/test/base/testing_browser_process.cc Review URL: https://codereview.chromium.org/166833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252820 0039d316-1c4b-4281-b951-d872f2087c98
-
andresantoso@chromium.org authored
BUG=345657 Review URL: https://codereview.chromium.org/174883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252819 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Adds a BuildRasterTaskQueue test and improves code coverage of existing tests by making every other task required for activation. A regression in test results is expected result of making the tests do more work. BUG=269841 TEST=cc_perftests --gtest_filter=RasterWorkerPool* Review URL: https://codereview.chromium.org/171423015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252818 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252817 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
These constants are missing on certain devices, and won't actually be needed until crrev.com/171773012 lands. Remove them entirely to prevent further breakage on Blink dbg bots. BUG=345602 TBR=yfriedman@chromium.org Review URL: https://codereview.chromium.org/175693009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252816 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=167622:167633&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/174823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252815 0039d316-1c4b-4281-b951-d872f2087c98
-
sudarsana.nagineni@intel.com authored
This cl adds support to cancel the SpeechRecognitionBubble on pressing the Escape key. BUG=344481 Review URL: https://codereview.chromium.org/167283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252814 0039d316-1c4b-4281-b951-d872f2087c98
-
imcheng@chromium.org authored
Cast: Plumb raw event logs up to CastSession, install EncodingEventSubscriber on CastSessionDelegate. CastSessionDelegate will have one or two EncodingEventSubscribers listening to audio / video events respectively. These subscribers are created alongside the CastSender / CastTransportSender. Next CL will be adding a JS API and a function in CastStreamingNativeHandler to get logs from CastSession. Review URL: https://codereview.chromium.org/173713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252813 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This unit test is already in content_unittests target and with the removal of src/webkit we need to move it over to content/. BUG=265753 TEST=content_unittests --gtest_filter=BlinkPlatformTest.* R=avi@chromium.org TBR=darin Review URL: https://codereview.chromium.org/175363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252812 0039d316-1c4b-4281-b951-d872f2087c98
-