- 01 Aug, 2012 40 commits
-
-
sievers@chromium.org authored
BUG=136923 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149448 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Also, remove --list-missing-tests. It was not used much. BUG=None TEST=python pyauto_functional.py @CONTINUOUS R=dennisjeffrey@chromium.org Review URL: https://chromiumcodereview.appspot.com/10843021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149447 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
The issue was that when AppController deleted and recreated the Bridge, the TabRestoreService was already loaded and the Changed observer notification was never fired. That notification builds the "Recently Closed" section. If the backend is loaded on construction, invoke the method manually. BUG=124647 TEST=Have two Chrome profiles. Open three different tabs in each profile. Close one or two in each. Switch between the windows and the "Recently Closed" section of the "History" menu reflects the tabs that were closed in each profile window. Review URL: https://chromiumcodereview.appspot.com/10823114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149446 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
* Move GetAnchorRect into TrayBubbleView * Remove double RTL inversion and modify arrow offset logic * Add rtl_mirrored to BubbleBorder to support unmirrored rtl bubbles * Correctly align notifications and rebuild on shelf alignment change. BUG=137154 TEST=tests pass; alignment for web notifications matches the system tray bubble and works correctly on left and right launcher and wirth RTL. Review URL: https://chromiumcodereview.appspot.com/10808066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149445 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Moved AppNotification, AppNotificationManager, AppNotificationStorage, AppNotifyChannelSetup, and AppNotifyChannelUI into extensions namespace. BUG=139148, 117261 Review URL: https://chromiumcodereview.appspot.com/10830036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149444 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=137983 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10823119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149442 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10836017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149441 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
This flag supersedes --ant-compile and takes its value from gyp's sdk_build variable. It will tell the native test generator script to use Ant for Java compilation (default) instead of the Android.mk file. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10821128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149440 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
It won't show anything until the Flash side has been updated. BUG=132409 Review URL: https://chromiumcodereview.appspot.com/10790150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149439 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
R=battre@chromium.org BUG=126483 Review URL: https://chromiumcodereview.appspot.com/10821117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149438 0039d316-1c4b-4281-b951-d872f2087c98
-
noyau@chromium.org authored
A very bare minimum: only point, rect and size are compiled and no unittest support yet. BUG=None Review URL: https://chromiumcodereview.appspot.com/10837041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149435 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Use the same concept as downstream. This allows filtering out disabled tests. BUG=139365 TEST=Multiple steps on the FYI android tester. Review URL: https://chromiumcodereview.appspot.com/10832097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149434 0039d316-1c4b-4281-b951-d872f2087c98
-
hallielaine@chromium.org authored
1. Added selection border for Avatar grid 2. Moved "Name" label above box 3. Added grey divider line above the button strip Review URL: https://chromiumcodereview.appspot.com/10832075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149433 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Once https://bugs.webkit.org/show_bug.cgi?id=92151 lands and is gardened in, WebKit gesture tap events will use |boundingBox| instead of |deltaX| and |deltaY| to determine the gesture's touch region, so these special cases may be removed. BUG=138572 Review URL: https://chromiumcodereview.appspot.com/10830081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149432 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149431 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Failing ash_unittests on linux chromiumos bots. BUG=131586 TEST=Cursors are 25x25 (1x) and 50x50 (2x) and still work in chromeos. Review URL: https://chromiumcodereview.appspot.com/10830119 TBR=flackr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149430 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
TEST=api test still passes BUG=none Review URL: https://chromiumcodereview.appspot.com/10790148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149429 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
Remove mocks for v8Intl which is live in 21. Review URL: https://chromiumcodereview.appspot.com/10832096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149428 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-