- 04 Jun, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274836 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/313913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274835 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274829 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Now that we have separated out the tests that require special resources to the perf browsertest, we can enable the main test case on the tree-closing waterfall. This will do the same thing as the content browsertest but run on the full browser rather than content_shell. BUG=375240 Review URL: https://codereview.chromium.org/313833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274826 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Guest site instances that encode partition information are webview specific so this CL moves that method to WebViewGuest for logical consistency. BUG=364141 Review URL: https://codereview.chromium.org/314853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274825 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Add methods to abstract BookmarkService and BookmarkModel methods used by HistoryService through the HistoryClient interface. BUG=371825 TBR=sky Review URL: https://codereview.chromium.org/285233012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274824 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
* This CL depends on https://codereview.chromium.org/287383002/ * There's no caching or monitoring in this CL. * Browser test will be done in follow-up CL. (That's pending blink interface landing.) BUG=338511 Review URL: https://codereview.chromium.org/312773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274823 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=312716 Review URL: https://codereview.chromium.org/312673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274822 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274821 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff mvstanton@chromium.org in case of problems. R=jochen@chromium.org, mvstanton@chromium.org TBR=mvstanton@chromium.org Review URL: https://codereview.chromium.org/316853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274820 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Also, add interactive_ui_unittests to the exising tester. BUG=178409 R=phajdan.jr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/312833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274819 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=375672 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/318633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274818 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
This is for compliance with NetInfov3 (http://w3c.github.io/netinfo/). BUG=378785 Review URL: https://codereview.chromium.org/307943004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274817 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
BUG=334149 R=haraken@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/318623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274816 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@google.com authored
(This is cherry-picking a single bug fix from ChromeVox upstream.) The repro is this html: <div tabIndex=0 role="slider" aria-valuenow="20"></div> The bug happens when cvox.BrailleUtil.getState calls cvox.ChromeVox.msgs.getMsg to see if the "_brl" translation exists, and passes it 'aria_value_now_brl' in this particular case, whose value is just "$1". If you don't pass it an argument, you get '' back, and that throws an error because a message should never return the empty string. BUG=379296 R=plundblad@chromium.org Review URL: https://codereview.chromium.org/302063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274815 0039d316-1c4b-4281-b951-d872f2087c98
-
simonhong@chromium.org authored
R=jamesr@chromium.org BUG=NONE TEST=NONE(No functional change) Review URL: https://codereview.chromium.org/310733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274814 0039d316-1c4b-4281-b951-d872f2087c98
-
tmdiep@chromium.org authored
Ephemeral apps have a lower initial threshold, which should be increased when they are promoted to regular installed apps. This patch also moves the storaged monitoring related prefs into ExtensionStorageMonitor, as they are specific only to this service. BUG=374018 TEST= browser_tests (ExtensionStorageMonitorTest.*) Review URL: https://codereview.chromium.org/314563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274813 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
They're super useful when debugging media layout tests. Review URL: https://codereview.chromium.org/313683005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274812 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
TBR=oshima@chromium.org TEST=None BUG=None Review URL: https://codereview.chromium.org/311943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274811 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
This reverts commit 8dfdf978. Breaking Linux Chromium OS Tests: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/44018 BUG=none TBR=hamaji@chromium.org Review URL: https://codereview.chromium.org/313053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274810 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
LayerTreeHostTestMaxTransferBufferUsageBytes.RunMultiThread_DirectRenderer_ImplSidePaint is failing flakily. BUG=380662 TBR=kaanb@chromium.org Review URL: https://codereview.chromium.org/318633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274809 0039d316-1c4b-4281-b951-d872f2087c98
-
clamy@chromium.org authored
https://chromiumcodereview.appspot.com/309693002/ introduces a cache policy in Blink indicating end-to-end reload. It translates to the load flag net::LOAD_BYPASS_CACHE (instead of having blink set HTTP cache headers "Pragma: no-cache" and "Cache-Control: no-cache". BUG=376025 Review URL: https://codereview.chromium.org/308083009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274807 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
- false positive in FcStrStaticName due to unannotated atomics in Skia (issue 369257) - lock inversion in Gtk2UI (issue 380554) BUG=380554,369257 TBR=timurrrr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/318553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274806 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
Changes: 1) Run clang-format through source and header files. 2) Fix member variables names. 3) Rename file name to mock_webrtc_dtmf_sender_handler. BUG=360000 Review URL: https://codereview.chromium.org/310783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274805 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
NOTRY=True Review URL: https://codereview.chromium.org/308393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274804 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=364712 TEST=None Review URL: https://codereview.chromium.org/317613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274803 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
In r272469, a timer that would automatically ack swaps after a quarter-second passed was removed. The purpose of the timer was to manage the transition between async and sync displays, but it had an unintentional side-effect of un-blocking the renderer in the event that the CALayer's display function was never called. Re-add a timer explicitly for this purpose. BUG=378445 Review URL: https://codereview.chromium.org/310183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274802 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This change removes the obligation for the derived class to call the base class' implementation at the end. This makes it easier to write GuestViewBase derived classes. BUG=364141 330264 Review URL: https://codereview.chromium.org/318433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274801 0039d316-1c4b-4281-b951-d872f2087c98
-
msarda@chromium.org authored
This CL restructures the code in |signin_header_helper.cc| to better support iOS. It parses the mirror response header on the IO thread and posts the manage accounts task on the main thread only if the header contains a GAIA action. BUG=380322 Review URL: https://codereview.chromium.org/315773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274800 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
This reverts commit 21b6636c. Broke Linux ASAN Tests: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20Tests%20%28sandboxed%29/builds/2260 BUG=none TBR=falken@chromium.org Review URL: https://codereview.chromium.org/313093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274799 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
We don't use tcmalloc or the allocator target on OS X Review URL: https://codereview.chromium.org/311953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274797 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
and use ExtensionRegisty instead. BUG=376293 Review URL: https://codereview.chromium.org/317433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274796 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This improves bot cycle time. BUG=379378 Review URL: https://codereview.chromium.org/308793009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274795 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The cause of the failure looks to be just because it's too slow to run on the bots. Since the test itself is not adding much coverage (3 user tests covered in other test cases should be sufficient), I'd just remove them. BUG=none Review URL: https://codereview.chromium.org/315843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274794 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=371675 TEST=n/a Review URL: https://codereview.chromium.org/303483007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274793 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
This allows us to remove the page_set.FromFile(..) method. BUG=362293 Review URL: https://codereview.chromium.org/312883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274792 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=263517 Review URL: https://codereview.chromium.org/309263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274791 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
We wait for loadstop to be fired so that we are sure that the <webview> has navigated. BUG=267304 Test=Test only change, nothing visible. Review URL: https://codereview.chromium.org/310963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274790 0039d316-1c4b-4281-b951-d872f2087c98
-
fangjue23303@gmail.com authored
BUG=379668 R=kalman NOTRY=TRUE Review URL: https://codereview.chromium.org/311793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274789 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
Looks like 60 was just on the verge of working on the Windows 7 Debug (NVIDIA) bots. R=kbr@chromium.org BUG=379828 Review URL: https://codereview.chromium.org/312023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274788 0039d316-1c4b-4281-b951-d872f2087c98
-