- 27 May, 2013 40 commits
-
-
avi@chromium.org authored
BUG=70806 TEST=as in bug Review URL: https://chromiumcodereview.appspot.com/15197003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202471 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This patch exposes the WebRequest in <webview> See http://developer.chrome.com/extensions/webRequest.html BUG=171421 TEST=WebViewTest.Shim Review URL: https://chromiumcodereview.appspot.com/12189018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202469 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=241840 Review URL: https://chromiumcodereview.appspot.com/15997006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202468 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=236493 Review URL: https://chromiumcodereview.appspot.com/15889009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202467 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=227219 R=jochen@chromium.org, joi@chromium.org Review URL: https://codereview.chromium.org/16018004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202466 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
e.g. http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html quickly opens and closes the devtools. If a new RPH is then created and happens to be at the same location, we'll register twice for the process created notification. BUG=111316 R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/16023012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202465 0039d316-1c4b-4281-b951-d872f2087c98
-
leozwang@chromium.org authored
We want to use native sampling rate and optimial buffer size which is returned by framework on Android to achieve high audio quality. BUG=https://code.google.com/p/webrtc/issues/detail?id=1669 Review URL: https://chromiumcodereview.appspot.com/15217002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202464 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@chromium.org authored
These are only used bu Signin/ and will move into the sign-in component once it gets created. TBR=atwilson@chromium.org,ben@chromium.org BUG=233552 Review URL: https://chromiumcodereview.appspot.com/15734014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202463 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This test uses the global ManifestHandlerRegistry, and its result depend on the order of execution of other tests. If any test before created a ManagedValueStoreCache then the ManifestHandlerRegistry has a StorageSchemaManifestHandler, which will try to validate the bad extension manifests, and will make this test fail. This temporary fix always registers a StorageSchemaManifestHandler, and the test doesn't assume that the extension is always created anymore. The long term fix is to make ScopedTestingManifestHandlerRegistry public so that tests like this can have a scoped ManifestHandlerRegistry. TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/16077003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202461 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Follow up to https://codereview.chromium.org/12254021. Currently, Mac has an NSView wrapper around the internal contents' native view. Internal NSView respects the bookmarks bubble and is currently updated upon setTopContentOffset. I swapped frame updates for internal and external NSViews to reduce the flickering as a short term solution. We really need to change it in a way that only one update is taking place. Review URL: https://chromiumcodereview.appspot.com/14935015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202458 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This is required to stack layers with LayerOwners below layers without LayerOwners as per sky@'s suggestion in https://codereview.chromium.org/15114002/ Review URL: https://chromiumcodereview.appspot.com/15932003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202457 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/15650013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202456 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
https://codereview.chromium.org/12381081 added UMA histograms for the web history but no entries were added to the histograms.xml file. This CL fixes that. R=isherman@chromium.org BUG=177073 Review URL: https://chromiumcodereview.appspot.com/15821006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202455 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This CL split global_usage_ into global_limited_usage_ and global_unlimited_usage_ to prepare for adding GetGlobalLimitedUsage. BUG=220029 TEST=no functional change, should not break existing tests Review URL: https://chromiumcodereview.appspot.com/16067003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202454 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
This flag will protect the refactoring work for the pinch virtual viewport. TBR=cevans@chromium.org BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15567005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202453 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
These objects are created on the UI thread but some of them are passed to the FILE thread, which may old the last reference. This was caught by the in_dtor_ check. Since they live across threads then they must be RefCountedThreadSafe. BUG=None R=bartfab@chromium.org Review URL: https://codereview.chromium.org/16058005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202452 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
We should consider empty input method id is passed. To handle correctly, we should handle fallback handling before pending input method. BUG=241492 TEST=ran all unit tests/browser tests/chromeos_unitests Review URL: https://chromiumcodereview.appspot.com/15959004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202451 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL extracts the GetResolveFile into an operation class, with simplifying the implementation by merging consecutive accesses to the metadata and cache into a function. BUG=242084 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/15681009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202450 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
It seems ca(multix) is good rather than ca(multi) based on compatibility with Windows. With this patch, ca(multi) user will be fallbacked to "us" but I won't add migration code for this, ca(multi) is only available on Canary. BUG=240980 TEST=None Review URL: https://chromiumcodereview.appspot.com/15938003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202449 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Sorry for this regression, DeleteSurroundingText can't be used on actual device due to forgetting connecting signal. BUG=None TEST=Manually checked on link Review URL: https://chromiumcodereview.appspot.com/15971003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202448 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=244232 R=nkostylev@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16109002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202447 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
This CL moves the setting and removal of the ThreadIdNameMapping into the ThreadFunc methods. This removes any potential race conditions around thread name removal as the thread will be live during both addition and removal. BUG=238371 Review URL: https://chromiumcodereview.appspot.com/14634009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202446 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This handles the "storage.managed_schema" manifest key, and validates the schema when this key is present. The schema is then published in the descriptor of the extensions' policy namespace. BUG=108992 Review URL: https://chromiumcodereview.appspot.com/14587009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202445 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=244257 TBR=bruening NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15780007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202444 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
> Translate: adopt html lang attribute if valid value is provided > > Language decision is made by heuristics using Content-Language and CLD > determined language. This change adds html lang attribute, e.g., > <html lang="ja">, as a third hint for language decision. > Content-Language is often invalid due to invalid server configuration. > On the other hand, lang attribute is provided by pages, or authoring > tools or authors themselves. As a result, they are more reliable than > Content-Language. With this change, language decision uses html lang > attribute instead of Content-Language if valid value is provided. > Other dicision process is not changed at all. > > BUG=222073 > TEST=unit_tests, browser_tests > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201856 > > Review URL: https://chromiumcodereview.appspot.com/15728002 TBR=toyoshim@chromium.org Review URL: https://codereview.chromium.org/16045007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202443 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202436 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151181:151189&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/15989007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202435 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=128314 R=mark@chromium.org Review URL: https://codereview.chromium.org/15722004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202433 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202432 0039d316-1c4b-4281-b951-d872f2087c98
-
hongbo.min@intel.com authored
Remove systemInfo.cpu and systemInfo.storage from extensions template and add systemInfo.display template. TBR=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/12297011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202430 0039d316-1c4b-4281-b951-d872f2087c98
-
svenpanne@chromium.org authored
TBR=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/16101002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202429 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Language decision is made by heuristics using Content-Language and CLD determined language. This change adds html lang attribute, e.g., <html lang="ja">, as a third hint for language decision. Content-Language is often invalid due to invalid server configuration. On the other hand, lang attribute is provided by pages, or authoring tools or authors themselves. As a result, they are more reliable than Content-Language. With this change, language decision uses html lang attribute instead of Content-Language if valid value is provided. Other dicision process is not changed at all. BUG=222073 TEST=unit_tests, browser_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201856 Review URL: https://chromiumcodereview.appspot.com/15728002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202427 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
BUG=229829 Review URL: https://chromiumcodereview.appspot.com/15875005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202426 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
TBR=nkostylev@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16104006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202425 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
Please note that this supports INFO, WARNING, ERROR. I have yet to add support for DVLOG levels. BUG=241689 TEST=chrome/browser/sync_file_system/logger_unittest.cc unit_tests.LoggerTest* Review URL: https://chromiumcodereview.appspot.com/15657002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202424 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
As of Clang r182645 -fsanitize=address implies -lrt, but until that revision is rolled some binaries (e.g. symupload) need an explicit dependency. BUG=234010 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/16090004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202423 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Also, hopefully improve the buffering behaviour, see BUG=163314 NOTRY=true R=glider@chromium.org Review URL: https://chromiumcodereview.appspot.com/16103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202422 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
BUG=none TEST=uma.googleplex.com gains a user action entry from Accel_Exit_First_Q and Accel_Exit_Second_Q R=sschmitz@chromium.org TBR=sschmitz@chromium.org Review URL: https://chromiumcodereview.appspot.com/15841006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202421 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
swap the renderer_ reference to local before calling Stop(), otherwise we will invalidate the pointer during the Stop() call. The problem that this CL is trying to fix: In WebRtcAudioDeviceImpl::Terminate(), when the renderer_ is valid and we call renderer_->Stop(), this Stop() function will trigger a callback till WebRtcAudioDeviceImpl::RemoveAudioRenderer() where we set the renderer_ to NULL. This will crash chrome since renderer_ is being used at the same time. BUG=241430 Review URL: https://chromiumcodereview.appspot.com/15732021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202420 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
After calling Stop(), the timer should just stop. BUG=244192 TEST= https://webrtc.googlecode.com/svn/trunk/samples/js/demos/html/local-audio-rendering.html Calling Start/Stop, the timer used to start/stop counting. Review URL: https://chromiumcodereview.appspot.com/16045004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202419 0039d316-1c4b-4281-b951-d872f2087c98
-