- 08 Jul, 2014 40 commits
-
-
huangs@chromium.org authored
BUG=297647 Review URL: https://codereview.chromium.org/371753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281740 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
These histograms are based on deprecated timing information from DocumentState and have no indicated owner. BUG=384330 R=isherman@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/370273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281739 0039d316-1c4b-4281-b951-d872f2087c98
-
dominik.rottsches@intel.com authored
crbug.com/285303 describes how family name based font fallback does not work in the case of ttf files with identical family name. The two added files, GardinerMod(Bug|Cat).ttf are derivatives from the public domain Gardiner font. For license information, see the LayoutTests/third_party/GardinerMod directory in Blink. They have the same family name, but different available glyphs, and are used in the family-fallback-gardiner.html test case. BUG=381684 Review URL: https://codereview.chromium.org/356733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281738 0039d316-1c4b-4281-b951-d872f2087c98
-
mtklein@chromium.org authored
Skia no longer looks at this define. It's as if it's always set now. BUG= Review URL: https://codereview.chromium.org/371983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281737 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
TBR=machenbach@chromium.org BUG=none Review URL: https://codereview.chromium.org/373113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281736 0039d316-1c4b-4281-b951-d872f2087c98
-
owenlin@chromium.org authored
Otherwise, before the ActiveTexture0 binding to other texture, the thumbnail texture will be blended with other decoded frames. This can be observed with low rendering fps on ARM CrOS device. BUG=None TEST=Run the vda_unittest on arm cros device. Review URL: https://codereview.chromium.org/367373008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281735 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=370551 R=marja@chromium.org Review URL: https://codereview.chromium.org/377893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281734 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
In the componentization effort, we must remove all dependence on chrome/ BUG=387751 TEST=BlacklistStoreTest R=huangs@chromium.org Review URL: https://codereview.chromium.org/372073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281733 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
It was unnecessary for a debug page. BUG=387751 R=huangs@chromium.org Review URL: https://codereview.chromium.org/377713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281731 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
Enables precise control of the isolate depending on correct versions of msvc*.dll. BUG=390686 Review URL: https://codereview.chromium.org/373973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281730 0039d316-1c4b-4281-b951-d872f2087c98
-
tlegrand@chromium.org authored
The original CL: https://codereview.chromium.org/315673002/ The revert of the CL above: https://codereview.chromium.org/349293006/ The reason for the original revert: Media tests started failing consistently on a tsan bot (http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28tsan%29%281%29?numbuilds=200) with revision 277414 (the commit of original CL). Cl was reverted in revision 279198. This CL solved the problem differently, by not using the release_optimize flag, and instead replace the cflag -Os with -O3. Opus speed gain with -03 flag on ARM: ARM32b - 6-8% for encoding, 2% for decoding ARM64b - 20% for encoding, 17% for decoding Increased binary size: BUG=chromium:354539 Review URL: https://codereview.chromium.org/354903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281729 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
Previous strategy: remove all the Chrome passwords not referenced by the local database. New strategy: remove exactly those passwords which were removed from the database. BUG=379933 Review URL: https://codereview.chromium.org/360343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281728 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
When the screen is locked after some time not used, the initial text input focus is not in the password field when --enable-text-input-focus-manager is enabled. This CL fixes this issue and puts the text input focus in the password field of the lock screen. The issue occurs only when the screen gets locked because of time-out. When it's explicitly locked by a user, the issue doesn't occur. Please allow me about not adding a test case because it's tough to add a test case. BUG=290701 TEST=Done manually. Review URL: https://codereview.chromium.org/371923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281727 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
A scoped_ptr has less overhead than a vector. This CL refactors to store ZoomChangedEventData structs via a scoped_ptr since there will be (at most) one of these at a time. BUG=none Review URL: https://codereview.chromium.org/373603007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281726 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
CertificatePattern was already parsing/writing ONC dictionaries, but the method naming and the duplicate constants didn't convey that. BUG=391292 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/366103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281725 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281724 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/ff644145242631a46d9dce6cb99c97f9340f172c..a26bbb95a64c1507ba81d39b971f079f3f9c5646 CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=jcgregorio@google.com BUG= Review URL: https://codereview.chromium.org/378813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281723 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none R=marja@chromium.org Review URL: https://codereview.chromium.org/370973004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281722 0039d316-1c4b-4281-b951-d872f2087c98
-
jansson@chromium.org authored
Tidied up some divs and css classes. Also added some colors to improve the usability of the page highlighting the buttons required to setup a call. Added green color to the buttons used to setup a call. Added red color to the buttons that stop/cancel streams or calls. This is part of a larger refactor effort but doing it in baby steps. BUG=NONE TEST=Manual, no style errors in chrome. NOTRY=TRUE Review URL: https://codereview.chromium.org/368043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281721 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=./unit_tests --gtest_filter="MetadataDatabaseInexOnDiskTest.*" Review URL: https://codereview.chromium.org/377463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281720 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=n/a TEST=cpplint Review URL: https://codereview.chromium.org/377873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281719 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=391520 TBR=eae@chromium.org,jshin@chromium.org Review URL: https://codereview.chromium.org/372843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281718 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
On the JS side, the argument is called displayName, so on C++ side it should be display_name for consistency. TBR=nkostylev@chromium.org TEST=Not related. Refactoring only. BUG=248427 Review URL: https://codereview.chromium.org/375793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281717 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This starts GN targets for //content/test:*support*. They aren't used anywhere yet but will be used by many unit test targets. R=brettw@chromium.org Review URL: https://codereview.chromium.org/353113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281716 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Allow WebView.loadUrl-family functions to terminate execution of JS code that seems to be stuck in a loop. BUG=390906 Review URL: https://codereview.chromium.org/366913006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281715 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
This reverts commit 291b1ce3. BUG=392117 NOTRY=true TBR=starodub Review URL: https://codereview.chromium.org/371343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281714 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/360893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281713 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281712 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff dslomov@chromium.org in case of problems. TBR=dslomov@chromium.org Review URL: https://codereview.chromium.org/372953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281711 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281710 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177638:177644&mode=html TBR=pilgrim@chromium.org,yutak@chromium.org BUG= Review URL: https://codereview.chromium.org/375833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281709 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
AppListService's RecordStartupTimings is currently broken. To completely fix, it needs to incorporate the Profile* that StartupBrowserCreatorImpl wants to load, which is not currently passed in. This change adds AppListService::HandleLaunchCommandLine, abstracting away the details of initializing, showing, and recording UMA for the app list. A follow-up will fix RecordStartupTimings. BUG=382793 Review URL: https://codereview.chromium.org/350883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281708 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
crrev.com/255933006 landed blacklisting for BlackMagic cameras in Mac: QTKit would be used instead of AVFoundation for these devices. The code was based on the assumption that these cameras have a USB vendor ID but this is not correct since they use a Thunderbolt connection, i.e. PCIe, and another crrev.com/366593003 is going to prevent GetModel(). This CL changes to using a characteristic substring of the uniqueId. TEST: Plug in a Blackmagic, f.i. an UltraStudio Mini Recorder (doesn't need any camera connected to it) and check enumerate devices, there should be a multiplicity of devices with a "QTKit..." prefix, indicating there was a blacklisting process. BUG=347371 Review URL: https://codereview.chromium.org/362323003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281707 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=389621 Review URL: https://codereview.chromium.org/376853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281706 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Revert of Separate client and server pushed streams limits. (https://codereview.chromium.org/367963003/) Reason for revert: [Sheriff] This breaks asan: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Tests%20%281%29/builds/3768 http://build.chromium.org/p/chromium.memory/builders/Mac%20ASan%20Tests%20%282%29/builds/3271 Original issue's description: > Separate client and server pushed streams limits. > Reject push streams which exceed the limit. > > For now, the browser will send RST_STREAM with REFUSED_STREAM status. > This mimics mod_spdy behavior. > > BUG=170544, 377538 > > R=jgraettinger@chromium.org > > TEST=SpdySessionTest.PushedStreamShouldNotCountToClientConcurrencyLimit > SpdySessionTest.RejectPushedStreamExceedingConcurrencyLimit > SpdySessionTest.IgnoreReservedRemoteStreamsCount > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281698 TBR=jgraettinger@chromium.org,baranovich@yandex-team.ru NOTREECHECKS=true NOTRY=true BUG=170544, 377538 Review URL: https://codereview.chromium.org/377903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281705 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=372316 TBR=pastarmovj@chromium.org Review URL: https://codereview.chromium.org/360303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281704 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281703 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/f99f884cd82528684779e40413f1ceaf277dad2d..ff644145242631a46d9dce6cb99c97f9340f172c CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=jcgregorio@google.com BUG= Review URL: https://codereview.chromium.org/372843008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281702 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://translate-internalshajimehoshi@chromium.org authored
Now the bubble is not shown when the user denies the translation too often, and this states are saved at prefs. This CL enables uses to see and reset these prefs at chrome://translate-internals. BUG=379035 TEST=manual Review URL: https://codereview.chromium.org/370523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281701 0039d316-1c4b-4281-b951-d872f2087c98
-
k_h.shin@samsung.com authored
Review URL: https://codereview.chromium.org/362923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281699 0039d316-1c4b-4281-b951-d872f2087c98
-