- 31 May, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274033 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
Use EstablishGpuChannel() with callback instead of EstablishGpuChannelSync() and skip and defer browser Composites until the channel is ready. BUG=326297 Review URL: https://codereview.chromium.org/228663008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274032 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174974:175159&mode=html TBR=mvanouwerkerk@chromium.org Review URL: https://codereview.chromium.org/309653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274031 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=375416 Review URL: https://codereview.chromium.org/305103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274030 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
This patch relands the final portion of r273386, which was reverted due to issues with the gpu rasterization test. Those issues have been separately fixed in r273755 and rXXXXXX. BUG=368495 TBR=navabi@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/304233010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274029 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=369680 Review URL: https://codereview.chromium.org/307003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274028 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
nacl_thread.h only defines nacl_tls_get() and nacl_tls_init(), which are not generally useful for application code. They are only used internally within libc/libpthread. This is part of general cleanup to reduce Chromium-side dependencies on NaCl headers that are not in public directories (src/include/nacl and src/public). BUG=https://code.google.com/p/nativeclient/issues/detail?id=2832 TEST=NaCl SDK bots Review URL: https://codereview.chromium.org/308163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274027 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Adds support for the devtools generated resources. Still doesn't compile, but getting closer. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/304223009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274026 0039d316-1c4b-4281-b951-d872f2087c98
-
leng@chromium.org authored
BUG=378849 Review URL: https://codereview.chromium.org/308063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274025 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Previously if a static library depended on a source set, we'd link it in. This can easily cause multiple inclusions of the source set's code if there are multiple shared libraries that depend on it. This patch forwards the source set up the dependency chain to the next linkable target (shared library or executable). This solves the multiple-definition problem. The downside is that if you make a static library that depends on a source set, it won't be "complete" in the sense that you can give it to somebody and it will have all of the files in it. If we need that capability, we'll add some kind of "complete" flag. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/302033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274024 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
When run in a component build, isolate_driver recursively descends the dependency graph to discover implicit shared library dependencies. A bug in the recursion caused dependencies at certain depths in the graph to be missed. Also changed the recursion to use a set to record newly added dependencies to avoid adding them to the isolate multiple times. Expanded the ignored set of suffixes slightly. BUG=378021 TEST=GLES2 conformance tests run via isolate in component build on Mac OS R=maruel@chromium.org,vadimsh@chromium.org,csharp@chromium.org Review URL: https://codereview.chromium.org/304993006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274023 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Change some targets to source sets. These are small ones that are currently depended on by other source sets. This avoids some duplicate symbols. duplicated. Fix some conditions around the touch_device in ui/base. Lots of Skia build fixes. It turns out our skia library does not use the "util" target, and some of the files in "util" reference functions that it seems are never defined in any file. This removes the ones in our list that weren't in skia_library.gypi to make accessibility_unittests link. Update gesture recogniser file lists. BUG=377890 TBR=scottmg Review URL: https://codereview.chromium.org/305993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274022 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
BUG=379341 Review URL: https://codereview.chromium.org/307743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274021 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
If a process is actively rendering audio, it should not be put into the background state. "Active" is determined by having any stream in the playing state as considered by AudioRendererHost. When a tab has active audio, it's already being woken up ~ every 10-20ms, so I expect the power impact of this change to be negligible. This should reduce glitching under load. BUG=362294 TEST=Ensure Windows playback under load no longer glitches. Review URL: https://codereview.chromium.org/298253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274020 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
They are necessary otherwise grit won't define IDS_WEB_FONT_FAMILY and IDS_WEB_FONT_SIZE from app_locale_settings.grd Which is necessary, otherwise we get the following error when trying to compile web_ui_util.cc: ../../ui/base/webui/web_ui_util.cc:130:28: error: 'IDS_WEB_FONT_FAMILY' was not declared in this scope ../../ui/base/webui/web_ui_util.cc:131:26: error: 'IDS_WEB_FONT_SIZE' was not declared in this scope BUG=367591 TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn ui_base R=brettw@chromium.org TBR=ben (for ui/base change) Review URL: https://codereview.chromium.org/296933017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274019 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Audio ACK received events are important for simulation. Logging it now. Review URL: https://codereview.chromium.org/307933007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274018 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This spec covers the right order: http://www.w3.org/TR/wai-aria-implementation Now Android basically matches Windows, the difference is that Android has to pick just one accessible name while Windows can have both a name and a description. There were existing cross-platform tests; I updated the Android expectations. BUG=359216 Review URL: https://codereview.chromium.org/303113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274017 0039d316-1c4b-4281-b951-d872f2087c98
-
arnarb@chromium.org authored
BUG=378965 Review URL: https://codereview.chromium.org/308173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274016 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
An Activity can be a WebActivity, a SampleActivity etc. Each Activity has an ActivityViewModel. The ActivityViewModel describes the UI for the Activity. The ActivityManager is there to manage the list of activities. It is the source of all the activities that various other activity-managers would use. The ActivityViewManager is notified of activity updates from the ActivityManager, and it creates the appropriate UI elements (views::Widget, etc.) to show the UI for the activity to the user. BUG=376357 R=oshima@chromium.org, skuhne@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/302683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274015 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
Changes: 1) Run clang-format through source and header files. 2) Fix member variables names. 3) Rename file name to mock_webrtc_data_channel_handler. BUG=360000 TEST=None. No functional changes. Review URL: https://codereview.chromium.org/305923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274014 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
When deleting a node view manager could end up messaging client both of the delete and to advance. If delete is sent there is no need to send an advance too. BUG=365012 TEST=covered by tests R=ben@chromium.org Review URL: https://codereview.chromium.org/307003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274013 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
BUG=chromium:379140 TEST=unit tests pass Signed-off-by:
Simon Que <sque@chromium.org> Review URL: https://codereview.chromium.org/302153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274012 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Introduce the virtual function View::CanProcessEventsWithinSubtree(), which returns true if the view and any of its descendants are permitted to be the target of an event. This will be called as part of event targeting and replaces the overrides of View::HitTestRect() in cases where the rect parameter is unused. One such replacement (for ImageView) is made in this CL. BUG=374325, 378530 TEST=ViewTest.CanProcessEventsWithinSubtree, ViewTargeterTest.CanProcessEventsWithinSubtree Review URL: https://codereview.chromium.org/297963006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274011 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Do not mark QUIC as *broken* when a 0-RTT fails because this prevents us from verifying that TCP is also working. So instead, mark it as "recently broken" which requires handshake confirmation. Review URL: https://codereview.chromium.org/305213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274010 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274009 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
The test file is a bit too big (30mb) to stick into the regression tests, so we'll just count on ClusterFuzz for watching this one in the future. Pulls in: 96481cb avformat/matroskadec: fix off by 1 error in matroska_read_seek() BUG=378782 TEST=file no longer crashes. TBR=wolenetz Review URL: https://codereview.chromium.org/301223011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274008 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/307013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274007 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
We already have the title available (because we're not throwing away the old document in the renderer process), and if we don't immediately set the title, there is a race condition where the title may be updated in the ui before the renderer process sends a FrameHostMsg_UpdateTitle IPC. In this case, the title will flicker to the page url and immeidately back to the proper title. BUG=375455 TEST=NavigationControllerTest.PushStateUpdatesTitle Review URL: https://codereview.chromium.org/308143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274006 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/289333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274005 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=371530 Review URL: https://codereview.chromium.org/301243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274004 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
The recording of the histograms has already landed in r273559. BUG=376811 Review URL: https://codereview.chromium.org/302143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274003 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=364141, 330264 TBR=jam@chromium.org for content/public/browser_plugin_guest_delegate code deletion. Review URL: https://codereview.chromium.org/301303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274002 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Crash data seems to indicate GetSystemMetrics(SM_CYCURSOR) can return a value bigger than the bitmap height. Go figure. BUG=378848 TEST=none R=ananta@chromium.org Review URL: https://codereview.chromium.org/311463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274001 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
This CL removes the bluetooth.addProfile and bluetooth.removeProfile API calls, along with the associated bluetooth.onConnection event. Apps should now use bluetoothSocket.connect() and the family of bluetoothSocket.listenUsing*() functions instead. Since those are only implemented on Chrome OS right now this temporarily breaks Windows and OS X, but should make the effort of porting those to the new API easier by removing much of the old code. It also cleans up the bluetooth API by removing the deprecated and non-functional socket methods now that bluetoothSocket is complete. BUG=349475 TEST=unit_tests and browser_tests Review URL: https://codereview.chromium.org/284183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274000 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This CL also splits out the code wrt to handling the GTK menu for the app indicator icon out of app_indicator_icon.cc in order to share code with gtk2_status_icon.cc BUG=267195 TEST=Manual, see steps below. 1) Run chrome in a system which does not have libappindicator 2) Generate HTML 5 notifications via https://developer.cdn.mozilla.net/media/uploads/demos/e/l/elfoxero/c17223c414d8ddafb7808972b5617d9e/html5-notifications_1400214081_demo_package/index.html 3) Ensure that the bell icon shows up in the system tray and that clicking on the bell icon brings up the message center Review URL: https://codereview.chromium.org/306063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273999 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Windows did not get tagged for their applications and as such the shrink/zoom target was showing to the wrong location. BUG=378806, 378803 TEST=visual Review URL: https://codereview.chromium.org/306083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273998 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
Fatal extensions errors should be suppressed on stable and beta channels of Chrome. This fixes a regression where they were instead suppressed on other channels. BUG=378374 Review URL: https://codereview.chromium.org/306893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273997 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
Before this patch, instant search tests didn't wait for the main frame load before executing javascript, resulting in running javascript in incomplete document. This patch is to allow reland of v8::context patch in blink: https://codereview.chromium.org/263583002/ It seems that the valid document were luckily there when we run these tests before the blink CL, but the blink CL changes the timeline so it fails on these tests. BUG=368548, 368555 Review URL: https://codereview.chromium.org/302433013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273996 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
This adds setLosslessEncode() and setLosslessColor() calls to the ClientPlugin API, which future updates to the app can use to request lossless frames if desired. BUG=260879,134202 Review URL: https://codereview.chromium.org/307463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273995 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Looks like before this change went in webkit/common/BUILD.gn was landed and thus when crrev.com/273992 landed they conflicted. This patch removes the resource_devtools_info.* entries from webkit/common/BUILD.gn, since now they were moved into content/content_common.gypi. BUG=338338 TEST=gn gen out/Release_gn --args='is_debug=false' && ninja -C out/Release_gn webkit/common TBR=pilgrim@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/303123011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273994 0039d316-1c4b-4281-b951-d872f2087c98
-