- 03 Aug, 2012 2 commits
-
-
ronghuawu@chromium.org authored
Use empty string as the mid before it's ready from WebKit. Label is not the correct mid, so we shouldn't use it, otherwise there will be a mismatch of mid and mline_index. BUG= http://code.google.com/p/webrtc/issues/detail?id=717 TEST=Test page from http://code.google.com/p/webrtc/issues/detail?id=717. Review URL: https://chromiumcodereview.appspot.com/10834137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149754 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
Started to fail in Chrome r149732 TBR=lambroslambrou BUG=140397 Review URL: https://chromiumcodereview.appspot.com/10836089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149753 0039d316-1c4b-4281-b951-d872f2087c98
-
- 02 Aug, 2012 38 commits
-
-
dennisjeffrey@chromium.org authored
Change 1: fix a problem where the docs test fails when the UI unexpectedly and automatically reloads. The fix is to identify when this happens and invoke some setup code that allows the test scenario to work properly in the event that it does happen. Change 2: modify two xpaths in the plus test to account for UI changes. BUG=None TEST=Verified that both tests run for at least several minutes with these changes. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10825166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149751 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This sets 2048 to select the high-latency path rather than the low one. This allows us to make Flash use power-of-two buffers and still get the high latency path, avoiding bugs in the current low-latency path. BUG= Review URL: https://chromiumcodereview.appspot.com/10830153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149750 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
before deciding to cache a translated nexe (current cache mechanism won't work in incognito). Use this to decide whether or not to cache translations for now. For now, the linker always writes to a self-deleting temp file, instead of to the cache directly. We then copy the data from the temp file to the cache as a separate step. Took about 60ms to copy a 4.6MB nexe in debug mode with a 128kb buffer and 15ms with a 1mb buffer... BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TEST= try compiling an app that doesn't use the File system in incognito mode -- we should add a test though... we should add a test though Review URL: https://chromiumcodereview.appspot.com/10826107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149749 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10831141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149748 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Plumb the registrations from the UI thread to the sync thread, and plumb the invalidations back. Add ObjectIdSet <-> ObjectIdPayloadMap conversions. Rename syncapi_unittest.cc to sync_manager_impl_unittest.cc. BUG=137087 TEST= Review URL: https://chromiumcodereview.appspot.com/10805002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149747 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
This also fixes a problem with the way error cases were returned: RunImpl should not call SendResponse when returning false. TEST=updated api test BUG=134583 Review URL: https://chromiumcodereview.appspot.com/10816023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149746 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10830132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149745 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
This only fixes the avatar-related part of the bug. UserImageLoader now always passes raw data to the callback. BUG=139887 Review URL: https://chromiumcodereview.appspot.com/10830111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149744 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=140336 TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149743 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
We found that, with Pepper plugins (e.g., Pepper Flash), even 50 ms buffers weren't enough to avoid occasional clicks (with 3 wave out buffers). (On my Vista test machine with 4 wave out buffers we could manage ~43 ms buffers.) Review URL: https://chromiumcodereview.appspot.com/10830150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149741 0039d316-1c4b-4281-b951-d872f2087c98
-
hallielaine@chromium.org authored
Fixed Create/Manage Profile dialog spacing due to Mac bug. Updated margin to account for added space due to border added. Review URL: https://chromiumcodereview.appspot.com/10832120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149740 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
TBR=xhwang@chromium.org BUG=140378 TEST=All media_uinttests pass. Review URL: https://chromiumcodereview.appspot.com/10828137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149739 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
This adds a SandboxSeccompBpf class to centralize Seccomp BPF sandbox policies inside of content/ LinuxSandbox is the only user of this class and Linux sandboxing is now fully unified through LinuxSandbox. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10843042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149738 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149737 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
TBR= Review URL: https://chromiumcodereview.appspot.com/10834136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149736 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
A common error when using BMFF with Media Source is to begin appending at an incorrect offset, such that the parser sees an extremely large value for the box size and consequently waits forever for input without failing. This change adds a whitelist of permitted top-level boxes, which allows these situations to be detected as soon as the header is read. BUG= TEST=BoxReaderTest.WrongFourCCTest Review URL: https://chromiumcodereview.appspot.com/10823139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149735 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The LinuxSandbox class aims to become the central place for Linux sandboxing inside content/. For now, this refactors mostly code from the Zygote. (Note: this is a re-land of https://chromiumcodereview.appspot.com/10826093/ with a trivial fix for ARM architectures). BUG= TBR=piman@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10843059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149734 0039d316-1c4b-4281-b951-d872f2087c98
-
xiaomings@google.com authored
TEST=H264BitReaderTest::ReadStreamWithoutEscapeAndTrailingZeroBytes in h264_parser_unittest. Review URL: https://chromiumcodereview.appspot.com/10843057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149733 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
so that we can make sure we invalidate all file systems associated to a given path (e.g. for a detached device) BUG=none TEST=IsolatedContextTest.* Review URL: https://chromiumcodereview.appspot.com/10829136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149732 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
This removes a whole bunch of IPC stubs for methods that don't exist anymore: IDBCursorBackendInterface::update IDBObjectStoreBackendInterface::put IDBTransaction::mode BUG=129471 Review URL: https://chromiumcodereview.appspot.com/10831138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149731 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
MP4StreamParser::Flush() (called eventually by sourceAbort()) did not reset the parser state, and so would only work if the call happened to come when the parser was already in a particular state (which happened to always be true for the browser test harness it was originally tested with). Additionally, the format-specific buffer conversion methods did not cause an error to be propagated to the caller on failure, resulting in unexpected success for the added test. BUG= TEST=MP4StreamParserTest.TestFlush Review URL: https://chromiumcodereview.appspot.com/10843044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149730 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
linux-release/dom_perf: http://build.chromium.org/f/chromium/perf/linux-release/dom_perf/report.html?history=500&rev=149619 BUG=138888 Review URL: https://chromiumcodereview.appspot.com/10825163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149729 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=122913 Review URL: https://chromiumcodereview.appspot.com/10824141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149728 0039d316-1c4b-4281-b951-d872f2087c98
-
shishir@chromium.org authored
BUG=140335 Review URL: https://chromiumcodereview.appspot.com/10827103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149727 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
BUG=72754 Review URL: https://chromiumcodereview.appspot.com/10832119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149726 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
These are copies of the content versions with JRG removed as he is no longer on the team :-( BUG= Review URL: https://chromiumcodereview.appspot.com/10825164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149725 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149724 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149723 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=133748 TEST=included Review URL: https://chromiumcodereview.appspot.com/10690016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149721 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
- lcov - LICENCE is identical to LICENSE and seems to have been added accidentally in http://codereview.chromium.org/57083. - libxml - COPYING is identical to Copyright and appears not to exist upstream at http://git.gnome.org/browse/libxml2/tree. - libxml - COPYING is identical to Copyright and appears not to exist upstream at http://git.gnome.org/browse/libxslt/tree. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10834110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149720 0039d316-1c4b-4281-b951-d872f2087c98
-
mtytel@chromium.org authored
Certain browsers wouldn't display correctly without the response code. BUG= Review URL: https://chromiumcodereview.appspot.com/10837078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149719 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
As a curious shortcut, we originally implemented the serial read function to return exactly one byte at a time. This might have been back when we didn't yet have ArrayBuffer support, so it actually was easier to deal with a byte rather than a buffer. Now we read the requested number of bytes or a smaller number to avoid blocking. BUG=136897 TEST=changed existing tests to use new API, and replaced the test byte with a test sequence. Review URL: https://chromiumcodereview.appspot.com/10827123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149717 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none TBR=vandebo Review URL: https://chromiumcodereview.appspot.com/10837085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149716 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This adds back the fallback code that was deleted after the 10.6 migration in https://chromiumcodereview.appspot.com/10807052, it's necessary again. BUG=140256,138570 Review URL: https://chromiumcodereview.appspot.com/10824151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149715 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:32124 Review URL: https://chromiumcodereview.appspot.com/10834132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149714 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=132410 Review URL: https://chromiumcodereview.appspot.com/10831045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149711 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Currently, only the LGPL v2 license from the docs/ subdirectory is mentioned. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10837052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149710 0039d316-1c4b-4281-b951-d872f2087c98
-