- 27 May, 2013 40 commits
-
-
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
-
marja@chromium.org authored
This gets rid of more places where Persistent handles are copied (see bug). BUG=236290 TBR=eroman@chromium.org Review URL: https://chromiumcodereview.appspot.com/15796006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202418 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@google.com authored
BUG=244102 NOTRY=true R=timurrrr@chromium.org ScreenCaptureDeviceTest.Capture causes SEGV_MAPERR under Mac Valgrind. Bug 244102. Review URL: https://chromiumcodereview.appspot.com/16104003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202417 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=244110 Review URL: https://chromiumcodereview.appspot.com/16081002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202416 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
NOTRY=true R=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/16037002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202415 0039d316-1c4b-4281-b951-d872f2087c98
-
ricea@chromium.org authored
Modify SocketStream::Finish so that it works correctly if the delegate calls DetachDelegate() and then deletes itself from within the OnError() callback. Test the delegate deleting itself in OnError(). SocketStream::Delegate is permitted to call SocketStream::DetachDelegate() and then delete itself from within the OnError method. Ensure this works correctly. BUG= TEST=net_unittests layout tests Review URL: https://chromiumcodereview.appspot.com/15989003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202414 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=242145 TBR=jar@chromium.org Review URL: https://chromiumcodereview.appspot.com/15646003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202413 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This CL updated CSS and fixed the padding of name column header. BUG=239294 TEST=manually Review URL: https://chromiumcodereview.appspot.com/16089002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202412 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=172593 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/16100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202411 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202410 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
At the same time, it changes the behavior to highlight only the first occurrence of the query pattern. I believe it is ok, because (1) drive.google.com highlights in that way (2) it is sufficient for users to know why the file is suggested. BUG=173948 Review URL: https://chromiumcodereview.appspot.com/15945004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202409 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This CL updates Chrome to return plugin NPP identifiers for NPAPI, PPAPI and browser plugins, and to make the necessary calls into Blink to support object ownership tracking. This CL is a re-land of crrev.com/15007012, which was somehow landed by CQ despite breaking ClickToPlayPluginTest.NoCallbackAtLoad. It requires Blink CL crrev.com/14989014, and is itself required by Blink CL crrev.com/14019005. BUG=152006 TBR=jamesr,bauerb Review URL: https://chromiumcodereview.appspot.com/15941006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202408 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
In addition, added a break line to the end of @mtomasz's line. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/15936004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202407 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151172:151180&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/15882005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202406 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This CL replaces GatherUsageTask in ClientUsageTracker with Callback-based usage accumulation. BUG=220029 TEST=existing QuotaManagerTest test and UsageTrackerTest. Review URL: https://chromiumcodereview.appspot.com/15857002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202405 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This patch filters out candidates based on the timestamp, before testing filename match or accessing resource metadata DB for file path resolution. BUG=none TEST=With debug build and with a large account, type "a" in the search box of Files.app. It should become faster. Review URL: https://chromiumcodereview.appspot.com/15757009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202404 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=165595 Review URL: https://chromiumcodereview.appspot.com/15753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202403 0039d316-1c4b-4281-b951-d872f2087c98
-
digit@chromium.org authored
For old historical reasons, the GNU libstdc++ headers and libraries were used in the Android build, in addition to the STLport ones. This is no longer necessary, so remove them from the build files. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/15735014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202402 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Use SpdyStreamType to enforce stream and stream delegate semantics instead of trying to infer it from various parameters and return values. Remove now-redundant return value of SpdyStream::Delegate::OnSendRequestHeadersComplete(). Comment expected semantics of SpdyStream::Delegate member functions and related SpdyStream member functions. Enforce some restrictions on push streams. Namely, set send_status_ to NO_MORE_DATA_TO_SEND immediately for them, and make sure its entry point is SpdyStream::OnResponseReceived(). Also clarify how push streams interact with the stream histograms. BUG=243643 Review URL: https://chromiumcodereview.appspot.com/15701009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202401 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
The image transport surface now passes a scale factor. Set the current_surface_ to use this scale factor instead of the view's scale factor. Fix a number of situations where the correct scale factor from rendering was available, but the view's scale factor was used instead. BUG=132714 Review URL: https://chromiumcodereview.appspot.com/15666007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202400 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
After enabling context menu to translate unknown language, Chrome needs to modify infobar UX for Chrome Translate. This change fixes Mac UI. BUG=172593 patch from issue 15295004 Review URL: https://chromiumcodereview.appspot.com/15521005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202399 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
After enabling context menu to translate unknown language, Chrome needs to modify infobar UX for Chrome Translate. This change fixes Win UI. BUG=172593 Review URL: https://chromiumcodereview.appspot.com/15376008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202398 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
TBR=marja@chromium.org Review URL: https://codereview.chromium.org/15777006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202396 0039d316-1c4b-4281-b951-d872f2087c98
-