- 01 Aug, 2012 40 commits
-
-
thomasvl@chromium.org authored
- When reporting errors from the simulator framework always include the error domain and error code since some of the strings come back from the simulator and those are localized. - There appears to be a race condition where sometimes the simulator framework will end with an error, but the error is that the simulated app cleanly shut down; try to trap this error and don't fail the simulator run. BUG=None Review URL: https://chromiumcodereview.appspot.com/10831111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149427 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=131586 TEST=Cursors are 25x25 (1x) and 50x50 (2x) and still work in chromeos. Review URL: https://chromiumcodereview.appspot.com/10830119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149426 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=136446 Review URL: https://chromiumcodereview.appspot.com/10821071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149424 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
-
chenyu@chromium.org authored
On iOS, once an application goes into the background, it receives no CPU cycles until it is moved to foreground. At any time the OS may kill the application, but the application itself is never told or given any chance to clean up. Thus the time before going into the background is critical to ensure certain tasks have chance to complete. Luckily, an application may ask for a little more time when going into the background by calling certain methods that let the OS know it wants to perform some short-lived work in the background. This cl provides APIs to protect critical tasks in this case. - A class is provided to mark the beginning and end of a critical task for iOS. - A wrapper around a task is introduced that annotates that a class is "critical". Right now we have the wrapping code for iOS and it is just a no-op for other platforms. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10835032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149422 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=137701 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10830120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149421 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149420 0039d316-1c4b-4281-b951-d872f2087c98
-
dharani@chromium.org authored
Revert 149244 - Exclude parts of the tree that aren't needed for iOS This is essentially re-landing the reverted portion of https://chromiumcodereview.appspot.com/10704040 now that deps2git doesn't choke on None entries. BUG=None Review URL: https://chromiumcodereview.appspot.com/10828095 TBR=stuartmorgan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829123 TBR=dharani@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149419 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149418 0039d316-1c4b-4281-b951-d872f2087c98
-
dharani@chromium.org authored
Revert 149244 - Exclude parts of the tree that aren't needed for iOS This is essentially re-landing the reverted portion of https://chromiumcodereview.appspot.com/10704040 now that deps2git doesn't choke on None entries. BUG=None Review URL: https://chromiumcodereview.appspot.com/10828095 TBR=stuartmorgan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149417 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=139458 Review URL: https://chromiumcodereview.appspot.com/10829121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149416 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149415 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
TBR=pkasting@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10837048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149414 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149413 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This experiment is long dead and its code is long gone. This change removes some last traces. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10821024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149412 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
TBR=jkummerow,yangguo Review URL: https://chromiumcodereview.appspot.com/10831112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149411 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=138094 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10843026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149410 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerm@chromium.org authored
https://codereview.appspot.com/6454073/ R=siggi@chromium.org,chrisha@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10826091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149409 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
(Views only) Display an info bar that asks the user to reload the website, after changing site permissions. BUG=113688 TEST=none TBR=erg@chromium.org,rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149407 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This change rolls the following third-party libraries from deps/ to r149334. - flac - hunspell - hunspell_dictionaries - icu - libjpeg_turbo - libvpx - speex - xdg-utils Each library picks up only the following change. r149334 - Make 'License' field in third-party metadata required BUG=138921 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10837042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149406 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
This annotation is used to disable specific instrumentation tests. While at it, disable the failing testBaseStartup. BUG=139365,139870 TEST=Android FYI tester bot is green. Review URL: https://chromiumcodereview.appspot.com/10829104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149405 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=86469 TEST=UnloadTest.CrossSiteInfiniteBeforeUnloadSync don't fail on ASAN bots. TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149404 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
TBR=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149403 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=none TEST=none TBR=phoglund@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149402 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10832084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149401 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The logic to calculate where the SDK should be is already done by envsetup and made available to gyp as a variable, so just have gyp pass this as a command line argument to ant. The behaviour is identical. This change is to move toward making it possible to build the Android port without having envsetup.sh sourced at build time (only at gyp-generation time), making it more like other platforms. It also simplifies the ant buildfiles. Review URL: https://chromiumcodereview.appspot.com/10821105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149400 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:139126 TEST=Still compiles and passes tests, no functional changes. TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149399 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Leak in V8/WebKit bindings, leak in Mesa; extend a suppression for null deref BUG=138510,139998,139996 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10829120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149398 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
BUG=137864 TEST=StringPrintfTest Review URL: https://chromiumcodereview.appspot.com/10800078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149397 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
BUG=139581 Review URL: https://chromiumcodereview.appspot.com/10824089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149396 0039d316-1c4b-4281-b951-d872f2087c98
-
shouqun.liu@intel.com authored
- The GTK login prompt dialog is used for HTTP auth. Some websites need HTTP basic access authentication, then the login prompt dialog is required. BUG=90445 TEST=HTTP authentication websites tested TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149395 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Instead, let it be reset during the destruction of BrowserMainLoop, which happens after the IO thread has been shutdown. This prevents a race condition between ShutdownThreadsAndCleanUp() and the destructor of InputTagSpeechDispatcherHost. The latter runs on the IO thread, and could sometimes end up trying to use the SpeechRecognitionManager at the same time as it was being destructed. Tested by running WorkerTest.QueuedSharedWorkerShutdown a couple of hundred times under ASan, as well as running existing speech tests. BUG=none Review URL: https://chromiumcodereview.appspot.com/10836007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149394 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149393 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUGF=none TEST=none TBR=apavlov Review URL: https://chromiumcodereview.appspot.com/10843025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149392 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
If GData search done on the server contained entries that are not in the local snapshot of the file system, it typically indicates there exists a newly added entry on the server (but not notified to the local client). This CL requests a delta feed in such a case. Arrival of the delta feed is notified to the file manager, and the search result is re-queried. BUG=138786 TEST=manual (see the bug for repro steps). Review URL: https://chromiumcodereview.appspot.com/10835031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149391 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10821124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149389 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=chromium:138667 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10818019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149388 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
But, SpdyStream and StreamSocket use IOBuffer in their interfaces. To reduce memory copies, we should use IOBuffer to hold data. BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10796107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149387 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=137319 TEST=Hover over the Extension Commands link and make sure the hand appears. Also make sure the link works as before. Review URL: https://chromiumcodereview.appspot.com/10821102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149386 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
This will help with changing the icon's appearance when it's in request-to-act mode. To deal with the fact that ExtensionAction can't load files, the platform-specific code now explicitly caches icons into the ExtensionAction. I also noticed that several users were converting the returned icons into another format, and caching the most recent such conversion. Since gfx::Image does that automatically, I switched to storing that instead of SkBitmap. BUG=133142 Review URL: https://chromiumcodereview.appspot.com/10806058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149385 0039d316-1c4b-4281-b951-d872f2087c98
-