- 04 Jun, 2014 40 commits
-
-
japhet@chromium.org authored
Its only case has been disabled for a couple years, and blink has since removed the feature it was testing (multipart main reosurces). BUG=136310 Review URL: https://codereview.chromium.org/316663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274889 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Move chrome/browser/network_time to components/network_time network_time.h is removed as it's unused. BUG=371470 TEST=git cl try Review URL: https://codereview.chromium.org/296453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274887 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
BUG=349475 R=isherman@chromium.org Review URL: https://codereview.chromium.org/311963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274884 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Adding a helper class for partial reconstruction of SyncFS system. BUG=380615 Review URL: https://codereview.chromium.org/310383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274883 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
This aligns ChromeVox's supported languages with those of Chromium, adding at least one new language that was missed before. BUG=366197 R=dtseng@chromium.org Tested=Tried chromevox in US English, Swedish, Norwegian and German, including navigating, options page and plural handling of characters. Review URL: https://codereview.chromium.org/317613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274882 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=313751 R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/315563005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274881 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
BUG=380666 > Lobotomize the GPU memory manager > > On desktop, always set the memory limit to 256MB, and ask that the renderer > only use that memory to draw content that is near the viewport. The effective > limit prior to this patch was 384MB, but would quickly get cut down as multiple > windows are opened, but would not fall too much lower than 256MB (e.g, 128 > on Mac). > > On mobile, use all available memory for the current, only, renderer. > > Do not take into account unmanaged (e.g, WebGL) memory usage. > > BUG=377065 > > Review URL: https://codereview.chromium.org/308743005 TBR=ccameron@chromium.org Review URL: https://codereview.chromium.org/313163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274879 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=379996 TEST=manual as descirbed in the bug. Review URL: https://codereview.chromium.org/315703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274872 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274871 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/abc073376091e66f705674b825b1247148cb9c24..9b14f26d0f3a974f3dd626c8354e1db1cfcd322f TBR=jvanverth@google.com BUG= Review URL: https://codereview.chromium.org/318653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274870 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Has been flaking out a few times a day on Linux ChromiumOS Tests for awhile. The standard MAYBE_ #ifdef didn't work for me for uncertain reasons. BUG=374871 NOTRY=True TBR=rtenneti@chromium.org Review URL: https://codereview.chromium.org/316043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274869 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= R=thestig@chromium.org Review URL: https://codereview.chromium.org/311603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274865 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=376565 for c/b/sync/test: R=tapted@chromium.org, xiyuan@chromium.org TBR=zea@chromium.org Review URL: https://codereview.chromium.org/305013014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274864 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
I'd like to break out OpenManifestEntry and some other functions out of ppb_nacl_private_impl.cc so they're easier to reuse and less tightly-bound to the PPB_NaCl_Private interface. BUG=239656 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/310113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274860 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
The CL to enable all touch editing tests for Aura got reverted due to failure in browser tests. Now, landing innocent views tests separately, until issues with browser tests are fixed. Original CL: https://codereview.chromium.org/304883002/ BUG=377561 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/315753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274859 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@google.com authored
This change was introduced for the sake of merging it back to M36. All relevant changes that make this CL obsolete are already part of M37 and the presence of this CL makes it impossible to test these. > Remove the option to skip auto-update checks on OOBE. > > This is the simpler version of actually making sure that even if it > skipped it will not allow forced reenrollment to be circumvented. > > This option will be reintroduced in the first stable version to contain > all other safeguards in place. > BUG=378953 > > Review URL: https://codereview.chromium.org/306993004 TBR=pastarmovj@chromium.org Review URL: https://codereview.chromium.org/313923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274858 0039d316-1c4b-4281-b951-d872f2087c98
-
r.kasibhatla@samsung.com authored
Chrome shell is still being referred as ChromiumTestShell in some places, especially in the telemetry scripts. This cleanup has dependency on changes in the buildbot scripts as well where we are invoking the telemetry scripts as ChromiumTestShell. The buildbot changes are uploaded as part of https://crrev.com/302743002 to correct invocation as ChromeShell instead ChromiumTestShell. BUG=355730 Review URL: https://codereview.chromium.org/302653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274857 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@google.com authored
Changing the type of Text in title_button_menu_item.xml from Button to TextView to remove additional pressed state background that comes with the Button. BUG=369680 R=dtrainor@chromium.org Review URL: https://codereview.chromium.org/315663004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274856 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Validation errors are written to stderr and also used in validation tests. This CL also changes MessageHeaderValidator to use the same struct header validation code as other structs. BUG=None TEST=validation_unittest.cc R=darin@chromium.org Review URL: https://codereview.chromium.org/307353009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274855 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
> Reset scoped_ptr to make plugin crash before entering engine_->HandleDocumentLoad, if called for deleted "Instance". > Suspecting method call for deleted instance. > > Example to explain why reset() makes difference: > > scoped_ptr<int>* pt = NULL; > { > scoped_ptr<int> t(new int); > pt = &t; > } > DCHECK(!(*pt)); // Fail > { > scoped_ptr<int> t(new int); > pt = &t; > t.reset(); > } > DCHECK(!(*pt)); // OK > > BUG=372095,372548 > > Review URL: https://codereview.chromium.org/300403002 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/318743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274854 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
This makes us get XP/Server 2003 compatible metrics for window sizes and so indirectly fixes pixels being cut off at the top of the window. (Server 2003 compatible metrics make us match x86 behaviour, and since we need to maintain XP subsystem there indefinitely, I can sort of rationalize it on that basis.) R=jschuh@chromium.org, wfh@chromium.org BUG=361720 Review URL: https://codereview.chromium.org/311953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274853 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Add DCHECK_EQ(view, masked_view()) to the overrides of MaskedViewTargeter::GetHitTestMask(). This is to ensure the function is only called with |view| corresponding to the view on which the targeter is installed. This is nice to have because GetHitTestMask() is called directly from a few places such as overrides of View::GetHitTestMask() and (soon) from within TabCloseButtonTargeter; see issue 377557. BUG=377527 TEST=none Review URL: https://codereview.chromium.org/308003019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274852 0039d316-1c4b-4281-b951-d872f2087c98
-
http://www.mono-project.com/pkotwicz@chromium.org authored
A request for the "TARGETS" target of the clipboard selection via XConvertSelection(display, selection, target, property, requestor, time) should set |property| to a property of type XA_ATOM. Mono apps set |property| to a property of type "TARGETS" instead. This CL treats a property of type "TARGETS" the same as a property of type XA_ATOM. BUG=377893 TEST=Manual, see bug Review URL: https://codereview.chromium.org/314943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274851 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Clean up gin run all unittests file. I noticed some extra includes while searching for some code to copy. BUG= R=jochen@chromium.org Review URL: https://codereview.chromium.org/318543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274850 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
This patch enables audio / video thumbnail extraction. A lot of supporting code has already gone in. This is the last piece in the actual extension API that enables this. BUG=304290 Review URL: https://codereview.chromium.org/250143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274849 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Needed for converting some TextButtons to LabelButtons. (eg. new avatar button, bookmark buttons on drag) BUG=155363 TEST=Label example shows a halo'ed label. R=sky@chromium.org Review URL: https://codereview.chromium.org/308083011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274848 0039d316-1c4b-4281-b951-d872f2087c98
-
oetuaho@nvidia.com authored
ReadPixels with format GL_BGRA_EXT is not necessarily supported by the GLES2-based GPU command buffer. The support for this format needs to be explicitly queried, and if it is not supported, the pixels need to be converted from RGBA to BGRA on the CPU if a BGRA result is desired. BUG=380129 TEST=WebGL conformance tests Review URL: https://codereview.chromium.org/316553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274847 0039d316-1c4b-4281-b951-d872f2087c98
-
luken@chromium.org authored
And associated code. BUG=352392 Review URL: https://codereview.chromium.org/285283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274846 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 Review URL: https://codereview.chromium.org/309253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274844 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
Temporarily move the flag into Chromium's repo, to facilitate atomic remove-and-suppress-failures changes. BUG=380686 TBR=humper@chromium.org Review URL: https://codereview.chromium.org/319483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274843 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
Notifies the workspace layout manager when the on-screen keyboard is shown to reposition the focused window, preventing occlusion of the active text field. BUG=235811 Review URL: https://codereview.chromium.org/313463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274842 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
I had to find a way to destroy a ViewManagerConnection from the client lib. In the new world, the ViewManagerSynchronizer is the InterfaceImpl, and lifetime of all other client objects hangs off it. ViewManagerSynchronizer is owned by the ServiceConnector which is owned by the Application object, so I had to find a way to delete that. In the test, I simply reset the ServiceLoader by URL. This tears down the synchronizer & corresponding ViewManagerConnection, triggering the correct notifications. Dave, I had to add a NULL check in the service manager code because it hadn't considered there could be a NULL loader for a URL. LMK if you have a different idea. R=davemoore@chromium.org, sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/315863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274841 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
R=rmcilroy@chromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/310073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274840 0039d316-1c4b-4281-b951-d872f2087c98
-
sehr@chromium.org authored
Background: I am currently trying to test NaCl in clank by setting disable_nacl=0 and enable_plugins=1 in gyp. Some of the code required to get this to work is guarded under overly-specific OS==android and similar constructs. This first CL enables a coherent build with the flags set to gyp, but does not yet turn the functionality on completely. A sampling of issues fixed: 1) std:: prefix is more strictly observed on android 2) define NACL_LINUX, etc., is needed for nacl code 3) properly guard flag-setting code BUG= https://code.google.com/p/nativeclient/issues/detail?id=3032 R=bradnelson@google.com, darin@chromium.org Review URL: https://codereview.chromium.org/299703016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274839 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
This patch makes it possible to run the perf profiler through adb_profile_chrome. The result is a trace file that contains samples from perf as well as events from Chrome trace events or systrace. For example, to find out in which functions CPU time is being spent: $ build/android/adb_profile_chrome --browser build --time 5 --perf BUG=375754 TEST=build/android/chrome_profiler/run_tests NOTRY=true Review URL: https://codereview.chromium.org/293193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274837 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-