| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15709011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205663 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205661 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, the "--nacl-gdb" option was intended to work with the old
nacl64-gdb debugger. This debugger attaches directly to the host OS
process, and OS-specific code was required to launch it. nacl64-gdb
has been deprecated for some time.
This changes "--nacl-gdb" to work with the newer debug-stub-based
nacl-gdb.
BUG= 171963
TEST= run chrome with --nacl-gdb and --enable-nacl flags.
Review URL: https://chromiumcodereview.appspot.com/15993005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205660 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152231:152237&mode=html
TBR=
BUG=
Review URL: https://codereview.chromium.org/15904024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205659 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our compilers on linux are 32-bit only. We've had a lot of
confused users because the error message generated by a
missing INTERP binary is very cryptic. This change tries
to preempt this by checking during SDK installation.
BUG=None
R=binji@chromium.org
Review URL: https://codereview.chromium.org/16410018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=danakj@chromium.org
BUG=247465
Review URL: https://chromiumcodereview.appspot.com/16671003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=lazyboy
BUG=248718
Review URL: https://codereview.chromium.org/16795002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205656 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Screen capture code has been moved from media to third-party/webrtc, so it
doesn't make sense to keep ScreenCaptureDevice in media anymore.
R=dalecurtis@chromium.org, jam@chromium.org
Review URL: https://codereview.chromium.org/16373013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205655 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Fix flakiness in WebrtcBrutalityTest.testReloadsAfterGetUserMedia
>
> WebrtcBrutalityTest.testReloadsAfterGetUserMedia became flaky after
> r204808. The test tries to reload a page with a getUserMedia() requrest
> pending, then immidiately calls getUserMedia() again and attempts to
> accept the infobar. Problem is that because reload happens
> asynchronously sometimes the infobar left from the first request is
> accepted. When this happens the test still waits for the second
> request to be accepted and then times out.. Fixed the test to wait for
> the first infobar to disapper before proceeding.
>
> BUG=248079
> R=dalecurtis@chromium.org, kjellander@chromium.org
>
> Review URL: https://codereview.chromium.org/15709016
TBR=sergeyu@chromium.org
Review URL: https://codereview.chromium.org/16762003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205654 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original CL: https://chromiumcodereview.appspot.com/16512003/
The current flow does not guarantee that a configured network will have
its tpm / pkcs11 credentials configured. We need to set these
properties in order to reliably connect to networks requiring
certificates. The patch also includes some minor changes to improve
error reporting and configuration triggering for failure cases.
This patch does not introduce NetworkHandler::InitializeForTest and
instead allows NetworkConnectionHandler to Initialize correctly when
LoginState is not initialized.
BUG=247104
TBR=gspencer@chromium.org,pneubeck@chromium.org
For /wifi_data_provider_chromeos_unittest.cc:
TBR=joth@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16045010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205653 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor cleanup of a bunch of TOD statements in preparation for
re-factoring with NetworkStateHandler.
BUG=189080
For chrome/browser/resources/options
TBR=jhawkins@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16455013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a precursor to allowing ppapi_simple to actually
use 'main' as the entry point. Apparently argv is not
supposed to const when calling main because the strings
are actually writable and in some cases one might want
to change them.
BUG=None
R=binji@chromium.org
Review URL: https://codereview.chromium.org/16218003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205651 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=joaodasilva
BUG=103371,120640
Review URL: https://codereview.chromium.org/16765007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
be appropriate.
R=estade@chromium.org, vadimt@chromium.org
Review URL: https://codereview.chromium.org/16434008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205649 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jam
BUG=248704
Review URL: https://codereview.chromium.org/16443006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205647 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Evidence from crash reports suggests that the use-after-free may be the result
of trying to use multiple observers on the LoginModel, when it only has one
observer slot.
Only the last observer would receive destroying notifications, resulting in
possible accesses to the destroyed LoginModel from any prior observers.
This change allows multiple observers to be added to the LoginModel.
BUG=244724
R=isherman@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/16638007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205646 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205645 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
sign for better cross compile compatibility.
BUG=none
TEST=libyuv *Scale* unittests
R=mflodman@chromium.org
Review URL: https://codereview.chromium.org/16273013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205644 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Adding libcorkscrew.
>
> libcorkscrew is an Android specific library to compute stack traces.
>
> Review URL: https://chromiumcodereview.appspot.com/16376004
TBR=qsr@chromium.org
Review URL: https://codereview.chromium.org/16355005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205643 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=248254
TEST=Manual test by following repro steps as in the bug
R=dewittj@chromium.org, rsesek@chromium.org
Review URL: https://codereview.chromium.org/15897023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205642 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=245361
R=ilevy@chromium.org
Review URL: https://codereview.chromium.org/16391007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205641 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds 2 functions to PPB_Flash_DRM which are used for Flash DRM-related
features. GetVoucherFile() returns a FileRef to a flash voucher file. This file
will be dropped in to the tree next to the flash DLL and will be named
plugin.vch.
GetHmonitor returns the HMONITOR (on windows only) associated with the monitor displaying the instance. cpu@ will implement the backend for this.
BUG=242241
R=cpu@chromium.org, jam@chromium.org, jschuh@chromium.org, yzshen@chromium.org
Review URL: https://codereview.chromium.org/15079003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16698005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205639 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These tests are now deleted. See: crbug.com/247459
Also disable some tests which were enabled but not fixed.
See: https://codereview.chromium.org/16268011
BUG=238485
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16633004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add (partial) support for SPDY/3.1 and SPDY/4a2 for SpdySession unit tests.
Add support for SPDY/4a2 for SpdyStream unit tests (which was mistakenly
not done in r203570).
BUG=226192
R=rch@chromium.org
Review URL: https://codereview.chromium.org/16434012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=no change
TBR=brettw@chromium.org
Review URL: https://codereview.chromium.org/16413006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205636 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new priority is expected for system-level high priority notifications
such like low-battery notifications.
BUG=244525
TEST=covered by the new test cases
R=dewittj@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15777008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=248115
TEST=manual testing on windows
Review URL: https://chromiumcodereview.appspot.com/16632007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205634 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some of the input devices like webcam microphone only supports mono, and it will fail if we open the device in stereo mode. But webaudio only supports stereo now.
This patch use a channel_mixer to transform the mono data to stereo, so that live audio can work with webcam microphone now.
BUG=246521
TEST=goto http://chromium.googlecode.com/svn/trunk/samples/audio/visualizer-live.html, choose the logitech webcam microphone, the demo works.
Review URL: https://chromiumcodereview.appspot.com/16064004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205633 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=enne
BUG=247782
Review URL: https://codereview.chromium.org/16783004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205632 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
different icon when the address bar is doing search term replacement.
This change stops us doing search term replacement on broken-HTTPS pages (red X
in lock), which was previously allowed and treated as if the terms were always
"URL-like".
This also removes the whole concept of "URL-like search terms".
BUG=248301
TEST=Google searches should show a blue-background location icon if the address bar is displaying search terms
TBR=sail@chromium.org
Review URL: https://codereview.chromium.org/15703014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205631 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=danakj@chromium.org
BUG=247465
Review URL: https://chromiumcodereview.appspot.com/16667009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205628 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=239140
Review URL: https://chromiumcodereview.appspot.com/15906016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205627 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
libcorkscrew is an Android specific library to compute stack traces.
Review URL: https://chromiumcodereview.appspot.com/16376004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205626 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We decided not to use balloon to notify the users.
BUG=247975
Review URL: https://chromiumcodereview.appspot.com/16737006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RingBuffer::GetLargestFreeSizeNoWaiting can release any block for which tokens
have already been seen.
This is a respin of https://codereview.chromium.org/16226019, fixing the compilation issue on linux x64.
R=gman@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16024020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205623 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
permission (instead of showing a blank list).
BUG=214175
R=kalman@chromium.org, sky@chromium.org
Review URL: https://codereview.chromium.org/15851010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205622 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=173286
R=thakis@chromium.org
Review URL: https://codereview.chromium.org/16606002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205621 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=247723
TEST=none
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15798024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205620 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152161:152230&mode=html
TBR=
BUG=
Review URL: https://codereview.chromium.org/16780004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205619 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here, make the blue/yellow tests horizontal instead of vertical
stripes, so that we can detect vertical flipping issues.
Tests: RendererPixelTest.EnlargedRenderPassTextureWithAntiAliasing
R=enne
BUG=247782
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16634015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205618 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=jam
BUG=248574
Review URL: https://codereview.chromium.org/16787003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205617 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When Chrome (for Android) starts with --wait-for-debugger,
there are two places checks the flag and wait for GDB.
The diff removes the wait in content::Start, and only
the check in content::BrowserMainRunnerImpl::Initialize
will be hit.
BUG=
R=michaelbai@chromium.org, yfriedman@chromium.org
Review URL: https://codereview.chromium.org/16507003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205616 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=110197
Review URL: https://chromiumcodereview.appspot.com/16730005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205615 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
I introduced this problem in r205501.
NOTRY=true
BUG=237006
Review URL: https://chromiumcodereview.appspot.com/16781004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205614 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205613 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=jkummerow@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16776003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205612 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebrtcBrutalityTest.testReloadsAfterGetUserMedia became flaky after
r204808. The test tries to reload a page with a getUserMedia() requrest
pending, then immidiately calls getUserMedia() again and attempts to
accept the infobar. Problem is that because reload happens
asynchronously sometimes the infobar left from the first request is
accepted. When this happens the test still waits for the second
request to be accepted and then times out.. Fixed the test to wait for
the first infobar to disapper before proceeding.
BUG=248079
R=dalecurtis@chromium.org, kjellander@chromium.org
Review URL: https://codereview.chromium.org/15709016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205611 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
observer when it goes away.
The overflow menu can potentially outlive the container, so we should (when the container dies) make sure to unregister as observer with the menu.
BUG=244714
R=pkasting@chromium.org
Review URL: https://codereview.chromium.org/16758005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205610 0039d316-1c4b-4281-b951-d872f2087c98
|