| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
test to ensure that the ports are not reused on *nix systems.
BUG=173533
Review URL: https://chromiumcodereview.appspot.com/18683002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215241 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As ckocagil@chromium.org suggested in IRC, I try reverting this to fix
the XP bots failures.
> This fixes bugs in windows that Lally got upstream in usrsctp. This now enables the HAVE_SCTP flag for windows.
>
> BUG=
>
> Review URL: https://chromiumcodereview.appspot.com/19522005
TBR=ldixon@google.com, ckocagil@chromium.org
Review URL: https://codereview.chromium.org/21743002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215239 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes r214674.
BUG=none
TBR=ygorshenin1
Review URL: https://chromiumcodereview.appspot.com/21685004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215238 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/21667003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215237 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a method to allow profilers to customize browser options and make the perf
profiler pass --no-sandbox and --allow-sandbox-debugging. This combination of
flags makes my perf work again.
BUG=None
TEST=tools/perf/run_measurement sunspider --profiler=perf && tools/perf/run_measurement loading_profile http://www.google.com/
Review URL: https://chromiumcodereview.appspot.com/21656003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215236 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Disabling this feature on beta and stable channels for now. This change will be reverted on trunk after it is cherry-picked to the branch.
BUG=266978
Review URL: https://chromiumcodereview.appspot.com/21599002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215235 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=No functionality change.
Review URL: https://chromiumcodereview.appspot.com/21536004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch causes stability issues: 1) a hanging drag when dragging the last
tab out of a window and 2) a hard to reproduce crash, crbug.com/265631
A more robust patch will follow.
> Call gtk_drag_begin on the TabRendererGtk::widget() so focus passes
> correctly to this widget when dragging. Connect the drag-* signal
> handlers to widget() as well.
>
> BUG=89442
> TEST=Drag a tab, then press escape, enter or space.
TEST=
BUG=89442,265631
R=estade@chromium.org
Review URL: https://chromiumcodereview.appspot.com/21445003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215233 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces a GetLoadTimingInfo implementation for GCF's
URLRequestAutomationJob. The goal is not to provide meaningful load
timing, but rather to satisfy the URLRequestJob's contract. This
implemntation provides reasonable send_start and receive_headers_end
times from the standpoint of the job: these are the times that the
request is sent to IE's network stack and the time the headers are
returned. It also populates send_end with the same time as
receive_headers_end. This is the best we can do without changing the
interface for the automation channel.
BUG=265842
TEST=visit http://www.yahoo.com/ on XP/IE6 and hope for no Aw Snap!
R=robertshield@chromium.org, simonjam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/21435003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215232 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of an effort to split file_browser_private_api.cc
BUG=257918
TEST=none
R=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/21492002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215231 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This early out conflicts with optimization introduced in r214533.
The early out can skip calling SavePaintProperties but still
PushProperties, which causes bound mismatch between main and impl
layers.
BUG=internal b/10086957
Review URL: https://chromiumcodereview.appspot.com/21433006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=261640
Review URL: https://chromiumcodereview.appspot.com/21423002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=267304
TBR=fsamuel
Review URL: https://codereview.chromium.org/21716002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rendering with AMD switchable hardware and content that requires
accelerated compositing, we can encounter a case where:
- A backing store is allocated (from earlier software rendering)
- Accelerated compositing is enabled.
- Accelerated presents are disabled due to bugs with texture sharing, and so |accelerated_surface_| is NULL.
In this case, IsSurfaceAvailableForCopy() ought to return false,
because neither CopyFromBackingStore nor CopyFromCompositingSurface
can succeed.
BUG=247123
TEST=Mirror content containing HTML5 video ( http://fredrik.hubbe.net/chaosdisplay/ ) to Chromecast using a laptop with AMD Switchable graphics.
Review URL: https://chromiumcodereview.appspot.com/21389002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215224 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a follow-up change for crrev.com/212474.
We need to handle cases that <a> contains child elements like
<label><input type=checkbox> <a><b>Issue</b> xxxx: ...</a></label>
BUG=265434
Review URL: https://chromiumcodereview.appspot.com/21151004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215223 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change introduces SyncaFileSystemBackend to remove SyncFS dependencies
from FileSystemContext and SandboxFileSystemBackend.
BUG=242422
TEST=content_unittests
R=kinuko@chromium.org, tzik@chromium.org
Review URL: https://codereview.chromium.org/18668003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215222 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=178588
Review URL: https://chromiumcodereview.appspot.com/20974004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
JellyBean MR2 revenge of the Beans is out.
Update the fallback OS version number to something a bit more recent.
BUG=
Review URL: https://chromiumcodereview.appspot.com/20752003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215220 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
The device only needs to figure out once whether it's a TV or a Tablet. Cache
the value once it's computed.
Review URL: https://chromiumcodereview.appspot.com/21567007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215219 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
It looks the API is used only by webkit_unit_tests code (which is implemented without IPC and browser code support), so keeping this IPC doesn't look necessary.
BUG=257852
TEST=green bots
R=jochen@chromium.org, tsepez@chromium.org
Review URL: https://codereview.chromium.org/21467002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215218 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=258563
R=oshima@chromium.org
Review URL: https://codereview.chromium.org/20726007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215217 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=170924
TEST=new tests added
Review URL: https://chromiumcodereview.appspot.com/21411002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL:
- enables Device Motion by default on the Android platform.
- adds a disable-device-motion flag.
BUG=135804
Review URL: https://chromiumcodereview.appspot.com/21591002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215215 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=263026
Review URL: https://chromiumcodereview.appspot.com/21318003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added Basic State Machine Logging that will output to the console...
> State Update signedIn=true geolocationEnabled=true userRespondedToToast=true
> Requested Actions setToastVisible=false setShouldPollCards=true
> Action Taken setShouldPollCards=true
BUG=164227
Review URL: https://chromiumcodereview.appspot.com/20693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215213 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
We want to compare the open entry count to the file descriptor limit to see
if we're in danger of running the system out of fds.
BUG=
Review URL: https://chromiumcodereview.appspot.com/20117002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215212 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=267300
TBR=fsamuel
NOTRY=true
Review URL: https://codereview.chromium.org/21709003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215211 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
webkit_chromium_resources.pak was kept along side with blink_resources.pak,
while DumpRenderTree was being updated on the Blink side, since that already
happened and Blink has rolled into Chromium, we should be able to remove this
now.
BUG=265748
TBR=abarth@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/20628004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215210 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Deleted motion message IPC filter, motion data and corresponding tests.
Device Motion is now implemented using shared memory, see crrev.com/18572014.
BUG=261165
Review URL: https://chromiumcodereview.appspot.com/19824002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tab node id and sync id are similarly unique for purposes of
TabNodePool, and having both is functionally redundant. Since the
Sync API is designed to work with client tag based referencing and
not IDs, and we want to convert sessions to use the sync API, this
patch removes use of sync IDs as the primary lookup key in
TabNodePool.
chrome/android & chrome/browser/android OWNERS:
TBR=yfriedman@chromium.org
BUG=98892,80194
Review URL: https://chromiumcodereview.appspot.com/19529003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215208 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215207 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
enables the HAVE_SCTP flag for windows.
BUG=
Review URL: https://chromiumcodereview.appspot.com/19522005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215206 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently it only hears about gl frames, which means in ubercomp it
would not know new content appeared.
Also, it would early out and prevent copying when there is no surface
available to copy from, but that does not need to exist anymore. Instead
it should check CanCopyToVideoFrame().
R=jbauman, piman
BUG=266581
Review URL: https://chromiumcodereview.appspot.com/20974003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215205 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a reland of crrev.com/215194 which was reverted in crrev.com/215195
This is part of an effort to split file_browser_private_api.cc
BUG=257918
TEST=none
R=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/21704002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This issue was found by a Linter.
I believe this doesn't break nothing because only the first test was runs.
The number of elements was always 1.
R=erikwright@chromium.org,viettrungluu@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/21141003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215203 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When microphone key is pressed, it just type "Mic" to input box for
webui keyboard. This should fix it.
BUG=258456
TEST=
1. build ash_shell
2. start ash_shell with this flag: --enable-virtual-keyboard
3. choose child modal dialog and click input box from the popup dialog
4. the virtual keyboard should show from the bottom of window
5. click microphone key(the key next to ?123 key)
6. verify Mic is not typed into the input box
Review URL: https://chromiumcodereview.appspot.com/21109011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215202 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This situation can occur if delegate->ShouldSandbox sets in_sandbox to false,
but the browser's command line does not have --no-sandbox. In this situation,
the renderer thinks it should use a sandbox, but the sandbox has not been
initialized, causing the renderer to exit immediately.
BUG=
Review URL: https://chromiumcodereview.appspot.com/21030008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215201 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=264687
Review URL: https://chromiumcodereview.appspot.com/21021002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215200 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Probably this causes UsbContextTest.GracefulShutdown failure on some bots.
http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%283%29/builds/23652
http://build.chromium.org/p/chromium.mac/builders/Mac10.6%20Tests%20%282%29/builds/41018
> Create a refcounted usb context wrapper.
> This will be also used when we introduce UsbDevice.
>
> BUG=223817
>
> Review URL: https://chromiumcodereview.appspot.com/20012002
TBR=ikarienator@chromium.org
Review URL: https://codereview.chromium.org/21720002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215197 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke "Linux ChromiumOS Builder"
http://build.chromium.org/p/chromium.webkit/builders/Linux%20ChromiumOS%20Builder/builds/20776
> file_manager: Move file system related API functions to separate files
>
> This is part of an effort to split file_browser_private_api.cc
>
> BUG=257918
> TEST=none
> R=hashimoto@chromium.org
>
> Review URL: https://codereview.chromium.org/21485002
TBR=satorux@chromium.org
Review URL: https://codereview.chromium.org/21678004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215195 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part of an effort to split file_browser_private_api.cc
BUG=257918
TEST=none
R=hashimoto@chromium.org
Review URL: https://codereview.chromium.org/21485002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215194 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This patch adds a tile manager perftest.
Review URL: https://chromiumcodereview.appspot.com/21652002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215193 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The Chrome Notifier Service does not exist for incognito profiles,
so we were dereferencing NULL. This checks for NULL.
BUG=267036, 267173
Review URL: https://chromiumcodereview.appspot.com/21650002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215192 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Create a whitelist of libraries and devices accessed for Tegra chips.
BUG=none
TEST=Enable SECCOMP in the kernel and booted to browser successfully. about:gpu shows sandboxed to true.
Review URL: https://chromiumcodereview.appspot.com/18443002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215191 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The private API is no longer in use.
BUG=244359
TEST=none
R=asargent@chromium.org, dpolukhin@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/21115004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215190 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We expect that some errors (e.g. EXISTS on Create) are predominantly a
result of the index not being loaded yet. Split the status and error
histograms into _WithIndex and _WithoutIndex variants so we can verify
this.
BUG=
Review URL: https://chromiumcodereview.appspot.com/20105004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215189 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the post-commit initialization happens during the first activation,
there's a crash when trying to sync to an existing but uninitialized
active layer. Fix this by checking for this case.
R=danakj@chromium.org
BUG=267144
Review URL: https://chromiumcodereview.appspot.com/21632002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215188 0039d316-1c4b-4281-b951-d872f2087c98
|