| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
bots. Add browser_tests to Linux tests.
BUG=288383, 319497
TESTS=None
NOTRY=true
Review URL: https://codereview.chromium.org/73163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235772 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=319572
TEST=manual
Review URL: https://codereview.chromium.org/65043017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
features to be passed over IPC.
BUG=315428
Review URL: https://codereview.chromium.org/61503003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes battery alerts and network state change notifications emit
spoken (and braille) feedback again and fixes a crash on ash debug
builds when accessibility is enabled.
BUG=310766
R=dmazzoni@chromium.org
Review URL: https://codereview.chromium.org/74083003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235764 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
contains the template.
BUG=320339
R=yoz@chromium.org, mkearney@chromium.org
Review URL: https://codereview.chromium.org/65643009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235762 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The content_browsertests on Android exit before IO thread is joined.
Some tasks on IO thread needs to access GetContentClient() which has
been reset by ContentShellTestSuiteInitializer::OnTestEnd when test
is terminated.
To keep closer to production code, this patch tries to not reset
ContentClient on Android when test is ended.
BUG=181069
R=jam@chromium.org
Review URL: https://codereview.chromium.org/27518013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235761 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Fix chrome upload with content uri
>
> For android, the upload file dialog returns files with content uri scheme(content://).
> This CL makes it possible for upload to work with this new file type.
> It fixes both the form and fileapi based uploads.
>
> The CL follows the same code path used by regular file upload and the content url is encompassed by a FilePath object.
>
> R=jar@chromium.org, joth@chromium.org, kinuko@chromium.org, mmenke@chromium.org, tsepez@chromium.org
> TBR=yfriedman
> BUG=278640
>
> Review URL: https://codereview.chromium.org/46303005
TBR=qinmin@chromium.org
Review URL: https://codereview.chromium.org/65043023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235760 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=176183
Review URL: https://codereview.chromium.org/27335003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235758 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since a supervised user can't edit their name, trying to set the focus there
resulted in it ending up on the first element in the tab order. On Mac and
Linux, that was the "Cancel" button, rather than "OK", because the button order
is reversed to fit those platforms' conventions. Set focus more deliberately.
BUG=315532
TEST=new browser_test
Review URL: https://codereview.chromium.org/75363002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The process of doing this already found one serious bug
in lseek and will enable us to find many more via asan and
other sanitisers which run on the linux host envionment.
R=binji@chromium.org, binji
Review URL: https://codereview.chromium.org/73083005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235753 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For android, the upload file dialog returns files with content uri scheme(content://).
This CL makes it possible for upload to work with this new file type.
It fixes both the form and fileapi based uploads.
The CL follows the same code path used by regular file upload and the content url is encompassed by a FilePath object.
R=jar@chromium.org, joth@chromium.org, kinuko@chromium.org, mmenke@chromium.org, tsepez@chromium.org
TBR=yfriedman
BUG=278640
Review URL: https://codereview.chromium.org/46303005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235752 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a simple shell program for Gin to make edit/test/debug cycle
faster. The shell excutes a list of scripts from the command line and loads any
requested AMD modules relative to the current working directory.
This CL will also let us remove the ugly code in
https://codereview.chromium.org/69843003/diff/240001/mojo/public/bindings/js/test/run_js_tests.cc
because we now know how to file modules via the file system. Eventually for
Mojo, we'll want to use a net_module_provider (instead of the
file_module_provider included in this CL) to load additional AMD modules off
the network.
BUG=317398
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/74753002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235748 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ComponentCloudPolicyService is used to fetch policy for Chrome components
such as extensions. This change makes it follow the sign-in state by observing
the cloud policy store and a cloud policy core, which determine that state
from the cloud policy system perspective.
The component policy cache will be cleared on signout.
The ComponentCloudPolicyService now tracks a CloudPolicyCore to determine
whether a CloudPolicyClient is available or not; it is possible to signin
and signout multiple times.
BUG=108992
Review URL: https://codereview.chromium.org/72793003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Update V8 to version 3.23.5.
>
> R=jkummerow@chromium.org
> TBR=jkummerow@chromium.org
> BUG=
>
> Review URL: https://codereview.chromium.org/70103022
TBR=jkummerow@chromium.org
Review URL: https://codereview.chromium.org/75443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=266838
R=dcarney@chromium.org
TBR=eroman@chromium.org,abarth@chromium.org
Review URL: https://codereview.chromium.org/74783006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235745 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
accommodate.
TBR=yoz@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/73963003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235744 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=316397
Review URL: https://codereview.chromium.org/72733002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=316397
Review URL: https://codereview.chromium.org/72723003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235742 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=316397
Review URL: https://codereview.chromium.org/72043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235741 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DumpAccessibilityTreeTest.AccessibilityDialog
DumpAccessibilityTreeTest.AccessibilityModalDialogClosed
DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened
BUG=297230
TBR=dmazzoni@chromium.org
NOTRY=True
Review URL: https://codereview.chromium.org/68983006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This is the last patch to delete dbus/ibus directory.
BUG=275262
Review URL: https://codereview.chromium.org/71203003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235739 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235738 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162174:162191&mode=html
TBR=
BUG=
Review URL: https://codereview.chromium.org/66593003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235737 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
underneath.
If a profile is created/removed as a result of the call to AddProfile inside it
will crash because the iterator is invalidated.
BUG=319676
TEST=On Mac as described in the bug.
Review URL: https://codereview.chromium.org/65643006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
components/nacl/browser
These files have no dependencies on chrome/ so they can be safely moved
to the components/ directory.
This is part of an effort to componentize NaCl code.
BUG=244791
Review URL: https://codereview.chromium.org/61763026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> android: forwader2: Simplify Forwarder implementation.
>
> This patch does several things to the Forwarder class used in the 'forwarder2'
> tool:
>
> - Add a Stop() method to gently ask the forwarder to shut-down. This stops
> the forwarder from listening from incoming data, but keeps it running
> until it could flush its buffer properly, to avoid packet loss.
>
> - Simplify / refactor the buffer management code inside a Forwarder
> instance, to make the state of its buffer, and their transitions,
> more explict.
>
> BUG=313809
> R=pliard@chromium.org
>
> Review URL: https://codereview.chromium.org/61793013
TBR=digit@chromium.org
Review URL: https://codereview.chromium.org/70193013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NULL addressing.
Reland of: https://codereview.chromium.org/29423003/
Added video capture capabilities retrieval and caching to VideoCaptureManager.
The local cache of video capture names and capabilities is created in a
codepath starting in EnumerateDevices. The cache is update during
StartCaptureForClient() and StopCaptureForClient().
Also added unittests (http://goo.gl/QQbpXW).
BUG=309554, 319955
TBR=perkj, ncarter, xians1
Review URL: https://codereview.chromium.org/74703002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=240165
NOTRY=true
Review URL: https://codereview.chromium.org/73613003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235727 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This patch focuses on the deletion and relocation keeping the logic as-is.
BUG=275262
Review URL: https://codereview.chromium.org/61003004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Follow up from crrev.com/234212
BUG=317523
Review URL: https://codereview.chromium.org/59323004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235725 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
similar to a template.
Users of GAE version see HTML file edited in this CL, and
developers of dmprof-visualizer see HTML text in template.py.
Those files should be merged, but it is another issue.
BUG=259206
NOTRY=true
Review URL: https://codereview.chromium.org/74973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235724 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=318373
Review URL: https://codereview.chromium.org/74873002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235723 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
failing consistently on official Windows and Linux bots. Disabling for now until it is fixed to keep the official bot green.
BUG=315920
Review URL: https://codereview.chromium.org/74193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235722 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TEST= Log using --vmodule=media_stream_manager*=3,media_stream_dispatcher*=3 and make sure the log print out media_stream_manager.cc(316)]CancelRequest(
after
MediaStreamDispatcher::StopEnumerateDevices() while using the webcam on youtube.com/my_webcam?privacy=public
BUG=317534,320421
R=tommi@chromium.org
Review URL: https://codereview.chromium.org/63673006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235720 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=309569
TEST=Manual, see bug
R=oshima
Review URL: https://codereview.chromium.org/74083004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235718 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=317944
Review URL: https://codereview.chromium.org/73833002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235717 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=319217
Review URL: https://codereview.chromium.org/73573002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235716 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Views bubbles had a hack to use two separate widgets.
The border widget supported per-pixel alpha for edge images.
The content widget supported native windows textfields, etc.
This isn't needed after win textfield removal in r235220.
Remove BubbleBorderDelegate and the border widget code.
Remove BubbleDelegateView::GetBubbleClientBounds
Remove BubbleBorder::client_bounds and usage.
(was used to clip intersecting widget area during fade)
BUG=131660
TEST=No visual difference, no regressions (I tested that bubbles still work on a local non-Aura Win build too).
R=sky@chromium.org
Review URL: https://codereview.chromium.org/73533002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235715 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename WebPlatformDatabaseObserver back to WebDatabaseObserver
Followup patch for
https://src.chromium.org/viewvc/chrome?revision=234602&view=revision
(Change WebDatabaseObserverImpl to implement public/platform's
WebDatabaseObserver)
BUG=none
R=jam@chromium.org, jam
Review URL: https://codereview.chromium.org/74043003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235714 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Windows and Linux builders. Disabling it for now until it is fixed to keep the official bot green.
BUG=312897
Review URL: https://codereview.chromium.org/73503005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235713 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Preparation for future cleanup CLs. No code changes here.
Variables at the top, methods at the bottom.
Cursor-related fields/methods grouped together.
Native counterparts of methods moved next to their counterparts.
Methods called on Display thread moved to the bottom.
Review URL: https://codereview.chromium.org/73193007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235712 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
R=ben@chromium.org
Review URL: https://codereview.chromium.org/73193006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235710 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=240165
R=kinuko@chromium.org, nhiroki@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/62583003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/73153003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235708 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=319449
Review URL: https://codereview.chromium.org/73043002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235707 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
with WebContentsObserver::NavigationEntryCommitted().
BUG=272583,268984
TEST=none
Review URL: https://codereview.chromium.org/73013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235706 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=240165
TEST=n/a
Review URL: https://codereview.chromium.org/62883004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235705 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235704 0039d316-1c4b-4281-b951-d872f2087c98
|