- 16 Jan, 2013 40 commits
-
-
ncj674@motorola.com authored
BUG=159265 TEST=SpeechInputExtensionApiTest.* Review URL: https://chromiumcodereview.appspot.com/11779002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177105 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When a parent compositor is present (ie, ubercompositor), throttle to a single pending frame. Tests: LayerTreeHostTestMaxPendingFrames.DelegatingRenderer LayerTreeHostTestMaxPendingFrames.GLRenderer BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11747002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177104 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177103 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Add most of the fields to ClientHello. Add the QuicCryptoClientStream::CryptoConnect method and have QuicClientSession::CryptoConnect call it. Add a unit test for QuicCryptoClientStream to check a ClientHello message by parsing it and checking the fields. Define the value in CryptoTagValueMap as string instead of StringPiece. This causes CryptoTagValueMap to copy the values, which is less efficient but much safer. Merge internal CLs: 39503243, 39692710 R=rch@chromium.org BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/11633030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177102 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
being managed (in the sense of being managed by the GpuMemoryManager). Without this, the memory allocated by the compositor is treated as though it were, say, WebGL memory, and then marked as not being available to the compositor, resulting in chaos. BUG=168413 Review URL: https://chromiumcodereview.appspot.com/11938003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177096 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
* Inline ParseInternal() into Parse() * Rename a constant to have kConstantNamingStyle * Make GetRegExp a private static method (note that this can't be moved into the anonymous namespace since it depends on the private RegexType enum). * Remove unnecessary PhoneField:: prefixes * Adjust ordering of declarations and definitions within header and implementation files. BUG=none Review URL: https://chromiumcodereview.appspot.com/11889029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177095 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This implements the 'Create Shortcuts' behaviour present on Windows, though without any dialog or options for where to create the shortcut (it always goes in /Applications). BUG=168080 Review URL: https://chromiumcodereview.appspot.com/11881045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177094 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11783073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177093 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177092 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=147299 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/11876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177091 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=webrtc 850,940 crbug 165326 Review URL: https://chromiumcodereview.appspot.com/11828060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177090 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
These function is necessary for InputMethodLookupTable removal. This patch also shorten HORIZONTAL/VERTICAL macro which is too long and prefix does not mean much. BUG=None TEST=ran chromeos_unittests. Review URL: https://chromiumcodereview.appspot.com/11783085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177089 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
* Re-connects hooks to the about://flags page so that we can access it. * Adds a custom ApplicationLifetime::TerminateAndroid() for Android that hooks into Java-land to let the Activity know that the application must be restarted. * Exposes the enable-WebGL flag that Android uses but other platforms don't. * For Android, disables the disable-WebGL flag that the other platform uses. BUG=143146 Review URL: https://chromiumcodereview.appspot.com/11633020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177088 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
[Telemetry] Clean separation between tab (public API) and tab_backend (Chrome implementation). Flatten tab's public methods. E.g. instead of tab.page.Navigate('url') it's now tab.Navigate('url'). This makes more sense for other browsers, who won't have the same domain divisions that Chrome DevTools does; and paves the way for future organization/separation between public API and backends. BUG=None. TEST=None. Review URL: https://codereview.chromium.org/11819018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177087 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
In Files.app, while changing selection "computing selection..." label was shown too frequently causing flickering. This patch simplified the code by removing this redundant label. Along the way, the panel's contents disappearing has been fixed while changing selection very fast. TEST=Follow the bug description. BUG=167799 Review URL: https://chromiumcodereview.appspot.com/11788026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177086 0039d316-1c4b-4281-b951-d872f2087c98
-
egraether@chromium.org authored
This change makes the timestamp saving functionality of the FrameRateCounter reuseable by abstracting it to a new RingBuffer class. BUG= Review URL: https://chromiumcodereview.appspot.com/11817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177083 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177082 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Provides a means for keeping the top controls in sync with the currently renderered frame, which will allow us to move the top controls around the screen. BUG=161303 Review URL: https://chromiumcodereview.appspot.com/11552009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177081 0039d316-1c4b-4281-b951-d872f2087c98
-
dominicc@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177080 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
While I totally get this for production code, it doesn't apply to for example tools/perf, where we keep sitelists intentionally. Because this hooks into common checks, there's no clean way to disable it that I can see. > Warn when committing code with http:// URLs. > > We prefer HTTPS for everything, to the extent possible. > > NOTRY=true > BUG=156396 > > > Review URL: https://chromiumcodereview.appspot.com/11779037 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/11811004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177079 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177078 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
This is to make OTS compile on Win64 See http://code.google.com/p/ots/source/detail?r=96 for the actual change. BUG=chromium:166496,chromium:167187 TEST=Chrome can be compile on Windows 64 TBR=jschuh Review URL: https://chromiumcodereview.appspot.com/11968002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177075 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
If taking screenshot (or encoding it in a proper format) of a NavigationEntry fails for some reason, make sure it gets reset properly so that it doesn't carry a stale screenshot. BUG=160668 Review URL: https://codereview.chromium.org/11958002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177074 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
The method sends the render passes it is given to the parent compositor via the output surface. It should include a valid frame metadata with it. Tests: DelegatingRendererTestDraw.runSingleThread DelegatingRendererTestDraw.runMultiThread DelegatingRendererTestResources.runSingleThread DelegatingRendererTestResources.runMultiThread R=piman BUG=123444 Review URL: https://codereview.chromium.org/11777025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177073 0039d316-1c4b-4281-b951-d872f2087c98
-
youngki@chromium.org authored
BluetoothServiceRecordWin will take the windows-specific object to populate the service records instead of xml data; hence we need to separate the interface so that the implementations can be done separately in different platforms. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11884027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177072 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
extension has been unloaded. BUG=168263 Review URL: https://chromiumcodereview.appspot.com/11882035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177070 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=159637 TEST=new tests TBR=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177017 Review URL: https://chromiumcodereview.appspot.com/11669018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177069 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Remove support for the command-line fallback --use-system-ssl, as it adds to the maintenance burden and presents a security risk due to inconsistent patching by the OS vendors. On all platforms but Android, NSS is used for SSL in all situations. This does not change how certificate verification is handled, just the underlying SSL implementation. BUG=170214 TBR=sky Review URL: https://chromiumcodereview.appspot.com/11876044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177068 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
This reverts r174754 (and the followup r175255) due to it regressing startup speed. BUG=170189 TEST=no change Review URL: https://codereview.chromium.org/11947002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177064 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Simplify WebUI data sources. Currently WebUI data sources implement a URLDataSourceDelegate interface, and have a URLDataSource interface just for sending the response. Remove the need to have the URLDataSource interface at all, and instead pass a callback to a data source's StartDataRequest method. That also allows us to hide the request_id parameter, which is an internal detail, and makes testing simpler. BUG=169170 Review URL: https://codereview.chromium.org/11881055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177063 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11913006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177062 0039d316-1c4b-4281-b951-d872f2087c98
-
tomfinegan@chromium.org authored
- Recent changes to ffmpeg_common broke support for Opus. The check fails because Opus support is not enabled in FFmpeg, which causes the FFmpeg codec context to contain an invalid sample format value. Avoid the problem by skipping a DCHECK for Opus input. - Add missing return when non-monotonically increasing timestamps are detected by the OpusAudioDecoder. This fixes a crash when attempting to seek the Ogg file referenced in crbug.com/168524. BUG=168524 TEST=Opus audio in WebM containers plays back with the flag --enable-opus-playback Review URL: https://chromiumcodereview.appspot.com/11888011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177061 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
- 1% of new users on Beta channel - One month rather than using variations service. Checking new user, aka new installation, is as same as https://chromiumcodereview.appspot.com/11363062 We'll change the start date for stable channel once it is fixed. Patch for Canary was https://codereview.chromium.org/11412002/ BUG=169191 Review URL: https://codereview.chromium.org/11828038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177059 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
BUG=81802 TEST=On Bookmark Manager, delete an item in a folder which contains more than one item. Review URL: https://codereview.chromium.org/11820047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177057 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
Make sure all tile references are dropped from active and pending tree before the tile manager is destroyed. Also call CheckForCompletedSetPixels() in tile manager destructor to ensure all tiles with pending set pixels are deleted. BUG=169919 Review URL: https://chromiumcodereview.appspot.com/11883030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177056 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=erg@chromium.org BUG=170254 TEST=none Review URL: https://codereview.chromium.org/11969007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177055 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
Without this change transfer buffers can leak until the ContextGroup is destroyed. BUG=169141 Review URL: https://chromiumcodereview.appspot.com/11840002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177054 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
BUG=170099 Review URL: https://chromiumcodereview.appspot.com/11958005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177052 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
1. In debug builds, explicitly enforce the contract with AudioOutputStream implementations: OnMoreIOData() may only be called after stream_->Start() and not after stream_->Stop(). 2. Guarantee one call to stream_->Stop() for each call to stream_->Start(). Removed the complex kPausedWhenPlaying state handling since we can easily cancel the polling starts. 3. Remove blocking call to DoStopCloseAndClearStream() in destructor since the DCHECK is sufficient to guarantee Close() has been called. 4. Add const qualifier to members that never change (e.g., pointers to "injected" objects), and remove useless NULL DCHECKs. BUG=120973,168902 TEST=unittests; manual "trying to break it" in a browser; re-ran test.html from http://crbug.com/111272 to confirm no regression of a prior bug Review URL: https://chromiumcodereview.appspot.com/11882010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177051 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=155209 R=nduca@chromium.org Review URL: https://chromiumcodereview.appspot.com/11879007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177050 0039d316-1c4b-4281-b951-d872f2087c98
-