- 08 Jan, 2013 40 commits
-
-
pauljensen@chromium.org authored
BUG=161536 Review URL: https://chromiumcodereview.appspot.com/11669012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175524 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In drive_scheduler_unittest.cc, contents of account meatadata do not matter, so we can just return empty metadata. BUG=166572 TEST=none Review URL: https://chromiumcodereview.appspot.com/11787035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175523 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://codereview.chromium.org/11782027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175522 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
content::GeolocationPermissionContext derives RefCountedThreadSafe, so we can't mix a RefcountedProfileKeyedService into ChromeGeolocationPermissionContextFactory. Instead, create a separate ProfileKeyedService to hold the scoped_refptr<GeolocationPermissionContext>. Ground work for https://codereview.chromium.org/11590002/ TEST=Existing BUG=155029 Review URL: https://chromiumcodereview.appspot.com/11587003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175521 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175520 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11794035/ Review URL: https://codereview.chromium.org/11801026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175519 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=143337 TEST=unit_tests:FrameNavigationStateTest.SrcDoc, browser_tests:WebNavigationApiTest.SrcDoc R=marja@chromium.org,creis@chromium.org Review URL: https://chromiumcodereview.appspot.com/11791018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175518 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This also adds an option in flags page in case this caused the crash in the field. This requres https://codereview.chromium.org/11684002/. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11673010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175517 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=164772 R=pkasting@chromium.org,sail@chromium.org TBR=ben@chromium.org # for file additions to gyp files Review URL: https://codereview.chromium.org/11773025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175516 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
When running on a fresh install, there's no preferences available. Rather than throwing an exception, start the browser and wait for the file to become available. BUG=166176 TEST=tools/perf/run_multipage_benchmarks --browser=android-chrome --show-stdout sunspider tools/perf/page_sets/sunspider.json -vvv Review URL: https://chromiumcodereview.appspot.com/11574039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175515 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
Removed translateable="false" option for these messages. Currently a few messages who have translation data are translated and others are kept as-is. BUG=168490 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11788027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175514 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Remove IDR_INFO_BUBBLE_CLOSE and various unused/unreferenced PNGs. Change the (x) close button image for ConfirmBubbleViews. (the new image matches the new dialog style specification) (the button currently doesn't use hover/pressed state images) (see before/after pictures at http://crrev.com/166075#c6) Note: To test the only use of ConfirmBubbleViews, open a webpage textfield context menu (right-click) and select "Spell-checker options" -> "Ask Google for suggestions". Observe the dialog's close button. BUG=166075 TEST=Spelling bubble has better (x) image; no build breaks. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11779030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175510 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175509 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=141842 TEST=none Review URL: https://chromiumcodereview.appspot.com/10782030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175506 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
BUG=163860 Review URL: https://chromiumcodereview.appspot.com/11663025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175505 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL is preparation for server path injection, especially for testing. It Extracts URL constructing logic from GetURL methods of the classes in drive_api_operations.{h,cc}, and puts them into a new class DriveApiUrlGenerator. DriveApiUrlGenerator is given via operation classes' constructors from their client (DriveApiService). The concept of this CL is very similar to the following CLs: https://codereview.chromium.org/11411086 https://codereview.chromium.org/11418084 https://codereview.chromium.org/11417108 https://codereview.chromium.org/11417109 BUG=162155 TEST=ran unit_tests and chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/11799003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175504 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
BUG= TEST=Ran test locally. NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11648013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175503 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=35811 TEST=drag the [Next] image from http://www-sul.stanford.edu/tools/tutorials/html2.0/img.html and drop it on the desktop; the resulting file should be named "nextbtn.gif", not "tables.gif" Review URL: https://chromiumcodereview.appspot.com/11790003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175502 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Without this, e.g. a navigation to about:srcdoc looks like a navigation to about:blank during the provisional phase, and suddendly the internal about:srcdoc URL is leaked to the embedder. BUG=168611 TEST=WebContentsImplTest.FilterURLs R=creis@chromium.org Review URL: https://codereview.chromium.org/11801011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175501 0039d316-1c4b-4281-b951-d872f2087c98
-
yusufo@chromium.org authored
BUG=167135 Review URL: https://chromiumcodereview.appspot.com/11776033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175500 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175499 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11747020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175498 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
These 5 tests: DragDropControllerTest.DragDropInSingleViewTest DragDropControllerTest.DragDropInMultipleViewsSingleWidgetTest DragDropControllerTest.DragDropInMultipleViewsMultipleWidgetsTest DragDropControllerTest.ViewRemovedWhileInDragDropTest DragDropControllerTest.PressingEscapeCancelsDragDrop pass locally but fail on the buildbot. BUG=154081 TBR=ben Review URL: https://codereview.chromium.org/11783026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175497 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=167680 Review URL: https://chromiumcodereview.appspot.com/11617006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175496 0039d316-1c4b-4281-b951-d872f2087c98
-
pph34r@gmail.com authored
Review URL: https://chromiumcodereview.appspot.com/11791020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175495 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=154081 Review URL: https://codereview.chromium.org/11787005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175494 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175493 0039d316-1c4b-4281-b951-d872f2087c98
-
macpherson@chromium.org authored
http://trac.webkit.org/log/?rev=139010&stop_rev=138895&verbose=on TBR=dglazkov BUG= Review URL: https://codereview.chromium.org/11813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175492 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
[javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:62: cannot find symbol [javac] symbol : method onEvaluateJavaScriptResult(int,java.lang.String) [javac] location: class org.chromium.content.browser.test.util.TestContentViewClient [javac] super.onEvaluateJavaScriptResult(id, jsonResult); [javac] ^ [javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:63: cannot find symbol [javac] symbol : method onEvaluateJavaScriptResult(int,java.lang.String) [javac] location: class org.chromium.content.browser.ContentViewClient [javac] mWrappedClient.onEvaluateJavaScriptResult(id, jsonResult); [javac] ^ [javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:60: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 3 errors > Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult. > > BUG=168169 > TEST=should all pass > > > Review URL: https://chromiumcodereview.appspot.com/11788005 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/11778034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175491 0039d316-1c4b-4281-b951-d872f2087c98
-
simon.hong81@gmail.com authored
BUG=NONE TEST=Compiles and test chrome://histograms/Tabs.SadTab Review URL: https://chromiumcodereview.appspot.com/11775012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175490 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=168169 TEST=should all pass Review URL: https://chromiumcodereview.appspot.com/11788005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175489 0039d316-1c4b-4281-b951-d872f2087c98
-
keishi@chromium.org authored
BUG=165338 Review URL: https://chromiumcodereview.appspot.com/11498008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175488 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Shut down explicitly, rather than doing it in a virtual destructor, which leads to a vtable race. (Possibly also related is http://crbug.com/70075, but I haven't been able to reproduce, so I'll try to re-enable that separately.) BUG=25841 TEST=ipc_tests + TSAN still happy Review URL: https://chromiumcodereview.appspot.com/11761038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175487 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Now that it is only used in one place, this class needlessly increases inheritance complexity BUG=none Review URL: https://chromiumcodereview.appspot.com/11753018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175484 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Extract the code from AppLauncherHandler into a ExtensionEnableFlow so that it can be reused by app list and launcher bar. BUG=157996 TEST=No change. Wait until app list/launcher code changes land to test. R=estade@chromium.org,benwells@chromium.org Review URL: https://chromiumcodereview.appspot.com/11644077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175483 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
* Apply original change from CL 10389088 (https://chromiumcodereview.appspot.com/10389088) * Change BinaryValue to use "scoped_ptr<char[]>" instead of "scoped_ptr<char>". By contract, the memory owned should be deleted with the "delete[]" operator. BUG=127630 Review URL: https://chromiumcodereview.appspot.com/11745016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175482 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
SurfaceTexture.detachFromGLContext is not present in ICS and the old workaround of using a NullCompositor lead to the test creating TextureImageTransportSurface in ImageTransportSurface::CreateSurface. This path is wrong and not well tested in single-process mode and recently lead to a deadlock hang in release build only tests (see bug). Fixed by creating the real compositor but just avoid calling the missing method in ICS. The Java method is loaded lazily so this does not cause an error at run time. BUG=167236,161864 Android only change. Ran through Android trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11787031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175480 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Without this, we have no chance to start polling for new app until we make a local change. BUG=167739 TEST=DriveFileSyncServiceTest.RegisterNewOrigin Review URL: https://codereview.chromium.org/11665029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175479 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
> [Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2) > > This listener uses the ImageCapture API to watch for attach and detach > events of PTP devices and other devices which can be read through the > library. It forwards such notifications through the SystemMonitor. > > Also provides an API for clients to access such devices directly and > retrieve the media contents from them. > > R=thestig@chromium.org,sail@chromium.org > BUG=151681 > > > Review URL: https://chromiumcodereview.appspot.com/11442057 TBR=gbillock@chromium.org Review URL: https://codereview.chromium.org/11779036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175475 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This change reduces the number of usage cache update on appending data to a file, and improves the write performance from 75.72 MB/s (σ = 23.255) to 229.238 MB/s (σ = 31.442) on a benchmark. https://www.googledrive.com/host/0B0EZi1x_1MtFSnNRZy1nalVNdlk/append-write.html BUG=166158 Review URL: https://codereview.chromium.org/11639037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175474 0039d316-1c4b-4281-b951-d872f2087c98
-