- 01 Aug, 2012 40 commits
-
-
thestig@chromium.org authored
BUG=none TESt=none Review URL: https://chromiumcodereview.appspot.com/10825127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149467 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
There are a couple of broken macros that will be used by the browser plugin. BUG=none TEST=compiles (+ local testing with browser plugin) Review URL: https://chromiumcodereview.appspot.com/10829084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149466 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=139138 TBR=tony Review URL: https://chromiumcodereview.appspot.com/10831108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149465 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
Primarily a merge of the streaming-related code into PnaclTranslationThread R=jvoung@chromium.org,sehr@chromium.org BUG=http://code.google.com/p/nativeclient/issues/detail?id=2195 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10827109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149464 0039d316-1c4b-4281-b951-d872f2087c98
-
xiaomings@google.com authored
BUG= TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149463 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This change reduces ~400 lines from gdata_file_system.cc BUG=130669 TEST=none; just move code around. should not change the behaviors TBR=ben@chromium.org for chrome_browser.gypi Review URL: https://chromiumcodereview.appspot.com/10829118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149462 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=139700 Review URL: https://chromiumcodereview.appspot.com/10832098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149461 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10821061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149460 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
detaching. Without this the hwnd would remain parented so that if the widget containing the NativeViewHost was destroyed then the hwnd would get destroyed by virtue of being a child. Previously we had this logic in NativeTabContentsViewWin (lost in WebView refactoring), but it seems better to promote to NativeViewHostWin. BUG=132090 TEST=none R=ben@chromium.org,jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149459 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=aa@chromium.org BUG=128964 Review URL: https://chromiumcodereview.appspot.com/10821120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149458 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Asan didn't like this: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%282%29/builds/414/steps/media_unittests/logs/stdio - Added code to handle the signal_byte contained within WebM encrypted Blocks. - Added a unittest to aes_decryptor to hanlde an encrypted WebM Block with an unencrypted frame. BUG=139876 TEST=Run media_unittests --gtest_filter=AesDecryptor* and all tests must pass. Review URL: https://chromiumcodereview.appspot.com/10823110 TBR=fgalligan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149457 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10830101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149456 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
into a DEPS file. The idea behind this change is that the tool now lets you do this: a) Update a DEPS file for some directory with the intended rules for the directory, e.g. rules disallowing certain directories (say "chrome/browser") and allowing others (e.g. "chrome/browser/apis"). b) Run this tool on that particular directory to generate a list of temp-allow rules. c) Paste the temp-allow rules into the DEPS file for the directory. d) Work on eliminating dependencies until the temp-allow rules list in the DEPS file reaches zero. To accomplish this change, and fix the bug that existed that the checkdeps tool didn't work correctly if you specified a start directory, I refactored the code to always use the approach I had introduced in CheckAddedCppIncludes, which when you request rules for a given directory generates all parent directories' rules first, up to the base directory. Also, to enable better extraction of error information for the eventual formatter, I externalized formatting to separate classes and had the code collect only the logical error information. While in there, fixed use of quotes to match coding standard. BUG=138280 Review URL: https://chromiumcodereview.appspot.com/10832062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149455 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10836044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149454 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously host was opening two separate configs, but that doesn't seem to be very useful. With that change the host still supports --auth-config option, but it no longer requires auth config and doesn't try to open auth.json by default. Review URL: https://chromiumcodereview.appspot.com/10825121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149453 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
NullAudioSink doesn't need to worry about playback rate since AudioRendererAlgorithm already compresses/expands the data as necessary. The issue is easily seen by playing any of the sync clips and timing how fast it takes for each rotation of the "clock" in the video. Setting playback rate to 2 will actually end up being 4x as fast currently. As a bonus, dropping this allows us to remove the now unused AudioRendererSink::SetPlaybackRate() method. BUG=none (?) TEST=Play sync clip, time "clock" rotation at various speeds. Review URL: https://chromiumcodereview.appspot.com/10837032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149452 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Currently, we don't tell the HostDispatcher to only unblock pepper messages when an incoming "unblock" pepper message comes in. This results in us unblocking non-pepper messages improperly (such as GPU messages). BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10843017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149451 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Without this, MacVDA::Initialize() claims success for VP8 videos and then fails during Decode (unrecoverably). BUG=139739 Review URL: https://chromiumcodereview.appspot.com/10837023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149450 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
- Added code to handle the signal_byte contained within WebM encrypted Blocks. - Added a unittest to aes_decryptor to hanlde an encrypted WebM Block with an unencrypted frame. BUG=139876 TEST=Run media_unittests --gtest_filter=AesDecryptor* and all tests must pass. Review URL: https://chromiumcodereview.appspot.com/10823110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149449 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-