summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 264559 "Get sample_app running on Android again"davemoore@chromium.org2014-04-175-21/+31
| | | | | | | | | | | | | | | > Get sample_app running on Android again > > R=viettrungluu@chromium.org, viettrungluu > BUG= > > Review URL: https://codereview.chromium.org/240003006 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/238563003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264576 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: Telemetry: Android: measure temperature as part of power metricspasko@chromium.org2014-04-175-5/+168
| | | | | | | | | | | Previous review URL: https://codereview.chromium.org/163353002 BUG=364083 TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/240953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264575 0039d316-1c4b-4281-b951-d872f2087c98
* Use invalid value for GetAccessPointName for CHROME_IOS_RESERVEDsdefresne@chromium.org2014-04-173-2/+11
| | | | | | | | | | | | | | | | | | | | | | | The team that uses the RLZ access point does not want to reserve two access points for Chrome on iOS since only one is currently used but the enumeration rlz_lib::AccessPoint cannot be changed. Mark the CHROME_IOS_RESERVED access point enumeration value as not supported in IsAccessPointSupported (as we should never reference an access point with enumeration value until the value is reused). This fixes the code that iterates over all values in that enumeration in FinancialPing::FormRequest when no events have been recorded. Return an invalid value in GetAccessPointName if called with the enumeration value rlz_lib::AccessPoint instead of returning NULL to avoid a crash on Chrome OS (constructing a std::string from NULL crash in strlen on Chrome OS). BUG=360686,363700 Review URL: https://codereview.chromium.org/239053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264574 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Apply occlusion before creating quads in PaintedScrollbarLayerImpl.danakj@chromium.org2014-04-174-8/+110
| | | | | | | | | | | | | This makes the AppendQuads method query occlusion directly and subtract it from the quads it would create before they are created, skipping quads that are completely occluded and avoiding a malloc/free for them. R=enne@chromium.org BUG=344962 Review URL: https://codereview.chromium.org/240833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264571 0039d316-1c4b-4281-b951-d872f2087c98
* Some simple refactoring in advance for switching desktop notifications to ↵jam@chromium.org2014-04-1732-84/+55
| | | | | | | | | | | use RenderFrames instead of RenderViews. BUG=304341 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/240583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264570 0039d316-1c4b-4281-b951-d872f2087c98
* Change ACCELERATED_COMPOSITING blacklist to GPU_COMPOSITING.danakj@chromium.org2014-04-1715-223/+67
| | | | | | | | | | | | | | | | Remove any checks for ACCELERATED_COMPOSITING to determine if compositing is available, since it always is. Instead rename the blacklist entry to GPU_COMPOSITING and use it to prevent GL-based compositing. Depends on: https://codereview.chromium.org/238933009/ R=jbauman@chromium.org, piman@chromium.org, zmo@chromium.org BUG=363772 Review URL: https://codereview.chromium.org/239083006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264566 0039d316-1c4b-4281-b951-d872f2087c98
* [Win] Fix reporting of the crash client ID/guid for non-browser crash reports.rsesek@chromium.org2014-04-171-0/+8
| | | | | | | | BUG=364493 Review URL: https://codereview.chromium.org/238253014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264565 0039d316-1c4b-4281-b951-d872f2087c98
* Add GPU_RASTERIZATION as one of the gpu blacklist features.zmo@chromium.org2014-04-175-5/+26
| | | | | | | | | | BUG=362782 TEST=gpu_unittests R=ajuma@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/240243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264564 0039d316-1c4b-4281-b951-d872f2087c98
* Mention that global command are only available starting M35.zhchbin@gmail.com2014-04-171-3/+3
| | | | | | | | | | BUG=362167 NOTRY=true R=finnur@chromium.org Review URL: https://codereview.chromium.org/239513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264563 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix broken printf format strings in the nacl_io_demo.binji@chromium.org2014-04-175-10/+27
| | | | | | | | | | | | | | We use custom printf functions for nacl_io_demo, which were not being checked for passing the correct arguments. This CL adds a printf format checking attribute to those functions, as well as dbgprintf in nacl_io. BUG=363096 R=sbc@chromium.org Review URL: https://codereview.chromium.org/239543014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264562 0039d316-1c4b-4281-b951-d872f2087c98
* Wait for cryptohome to be unmounted on logout.achuith@chromium.org2014-04-172-4/+10
| | | | | | | | | | | | | | Tests that log in, log out, and log in a second time have some flake. This is a speculative fix for such tests. Also some cleanup of _IsCryptohomeMounted. BUG=NONE TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/236133015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264561 0039d316-1c4b-4281-b951-d872f2087c98
* Instrumented libraries: add libgdk-pixbuf2.0-0.earthdok@chromium.org2014-04-173-0/+37
| | | | | | | | | | | BUG=313751 TBR=glider@chromium.org NOTRY=true TEST=MSan Review URL: https://codereview.chromium.org/238773010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264560 0039d316-1c4b-4281-b951-d872f2087c98
* Get sample_app running on Android againdavemoore@chromium.org2014-04-175-31/+21
| | | | | | | | | R=viettrungluu@chromium.org, viettrungluu BUG= Review URL: https://codereview.chromium.org/240003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264559 0039d316-1c4b-4281-b951-d872f2087c98
* [Ozone] Fix clang builddnicoara@chromium.org2014-04-172-4/+6
| | | | | | | | | | | | Changes: * EventFactoryEvdev::DispatchEvent hides virtual function PlatformEventSource::DispatchEvent. Renamed EventFactoryEvdev::DispatchEvent to EventFactoryEvdev::DispatchUiEvent. * UseGesturesLibraryForDevice is only used when USE_EVDEV_GESTURES is defined. Added #ifdef guard around the function. NOTRY=true Review URL: https://codereview.chromium.org/238403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264556 0039d316-1c4b-4281-b951-d872f2087c98
* Moved favicon_types to favicon_base component.jif@chromium.org2014-04-1784-921/+1113
| | | | | | | | | | | | | | | | The move caused includes, DEPS, and gyp to change. This CL also adds droger as a temporary owner to the favicon and favicon_base components. Reasoning behind the creation of a favicon_base component: Bookmarks and History code do not fundamentally depend on the Favicon code, so we should be able to build those components without building the Favicon code. Deep inside the Bookmarks and History code base there's usage of certain favicon types. Those typedefs are moved to a separate component to break the dependency between the Bookmark/History components and the Favicon component. BUG=362481 Review URL: https://codereview.chromium.org/234893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264555 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Change the interface of BookmarkNodeData.tfarina@chromium.org2014-04-1714-68/+93
| | | | | | | | | | | | | | Change it to take a pointer to BookmarkModel and the file path to the profile. BUG=360621 TEST=unit_tests --gtest_filter=BookmarkNodeDataTest.* R=sky@chromium.org,droger@chromium.org,sdefresne@chromium.org TBR=sky Review URL: https://codereview.chromium.org/239153009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264554 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect code in updating canvas of heads up layer.shouqun@chromium.org2014-04-171-1/+1
| | | | | | | | | BUG= TEST= Review URL: https://codereview.chromium.org/240823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264553 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-04-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264552 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 171848:171852eseidel@chromium.org2014-04-171-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=171848:171852&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/240393005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264551 0039d316-1c4b-4281-b951-d872f2087c98
* Fix includes in chrome/browser/bookmarkssdefresne@chromium.org2014-04-173-4/+3
| | | | | | | | | | | | | | The names for bookmarks preferences have moved to the bookmarks component so include components/bookmarks/core/common/bookmark_pref_names.h instead to make it clearer there is no dependencies on chrome there. Remove an unused include. BUG=360618 Review URL: https://codereview.chromium.org/240993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264550 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Fix data race in DevToolsAdbBridgekaznacheev@chromium.org2014-04-171-3/+4
| | | | | | | | | | TBR=pfeldman BUG=330603 TEST=Run under TSAN: out/Release/browser_tests --gtest_filter=DevToolsAdbBridgeTest.DiscoverAndroidBrowsers Review URL: https://codereview.chromium.org/240893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264548 0039d316-1c4b-4281-b951-d872f2087c98
* Convert the rest of page_setsnednguyen@google.com2014-04-1730-387/+606
| | | | | | | | | | BUG=239179 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264156 Review URL: https://codereview.chromium.org/232773010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264547 0039d316-1c4b-4281-b951-d872f2087c98
* Make palmer and cdn OWNERS of Android IPC definitions.palmer@chromium.org2014-04-171-0/+4
| | | | | | | | | | | For security review. BUG=none R=cdn@chromium.org, tedchoc@chromium.org Review URL: https://codereview.chromium.org/240173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264546 0039d316-1c4b-4281-b951-d872f2087c98
* Revert accidental dartium code pushjamescook@chromium.org2014-04-1738-1851/+20
| | | | | | | | | | | | | | This reverts r264517 to r264538 from terry@google.com BUG=none TEST=none NOTRY=true NOTREECHECKS=true TBR=terry@google.com Review URL: https://codereview.chromium.org/239993009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264545 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clobbering on dartium full linux botsterry@google.com2014-04-171-0/+9
| | | | | | | | R=whesse@google.com Review URL: https://codereview.chromium.org/206293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264538 0039d316-1c4b-4281-b951-d872f2087c98
* Modify test/archive to assume ninja on winterry@google.com2014-04-172-2/+2
| | | | | | | | | | | | I believe the 'non-ninja' bot is failing because it's actually running ninja and placing everything under "out" instead of "build". If this works, I'll strip out the ninja specific code in another CL. R=jacobr@google.com Review URL: https://codereview.chromium.org/202483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264537 0039d316-1c4b-4281-b951-d872f2087c98
* Add icu data file to content shell archiveterry@google.com2014-04-171-1/+2
| | | | | | | | | | | | | This is due to following Linux-only change in chromium: http://src.chromium.org/viewvc/chrome/trunk/src/chrome/tools/build/linux/FILES.cfg?r1=246952&r2=247045 For Dartium, we pick this up directly from FILES.cfg. R=dgrove@google.com Review URL: https://codereview.chromium.org/198533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264536 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for integration builds in annotated stepsterry@google.com2014-04-171-6/+7
| | | | | | | | | | | | Trying to address the failures here: http://chromegw.corp.google.com/i/client.dart/builders/dartium-mac-inc-integration/builds/2/steps/annotated_steps/logs/stdio (Cherry picking from 1750 to get the bots going.) TBR=jacobr@google.com Review URL: https://codereview.chromium.org/196943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264535 0039d316-1c4b-4281-b951-d872f2087c98
* Adds "Dart" to the user agent string for android webview.terry@google.com2014-04-171-1/+1
| | | | | | | | R=asiva@google.com Review URL: https://codereview.chromium.org/174083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264534 0039d316-1c4b-4281-b951-d872f2087c98
* Dartium: Add downloader for archived chromium reference build to dartium_tools.terry@google.com2014-04-173-0/+248
| | | | | | | | | BUG= R=vsm@google.com Review URL: https://codereview.chromium.org/169503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264533 0039d316-1c4b-4281-b951-d872f2087c98
* Add the manifest file to our zip archive on windows.terry@google.com2014-04-171-1/+2
| | | | | | | | R=whesse@google.com Review URL: https://codereview.chromium.org/134133008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264532 0039d316-1c4b-4281-b951-d872f2087c98
* Add blink_tests to the dartium_builder targetterry@google.com2014-04-171-0/+1
| | | | | | | | tbr=vsm@google.com Review URL: https://codereview.chromium.org/132473015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264531 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DartObservatory failure due to security policy settings.terry@google.com2014-04-171-1/+3
| | | | | | | | | BUG= R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/143883018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264530 0039d316-1c4b-4281-b951-d872f2087c98
* Changes for 1750 rollterry@google.com2014-04-173-7/+8
| | | | | | | | TBR=jacobr@google.com Review URL: https://codereview.chromium.org/153993013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264529 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes debugging chrome apps from the dart editor.terry@google.com2014-04-171-1/+1
| | | | | | | | R=devoncarew@google.com Review URL: https://codereview.chromium.org/148523005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264528 0039d316-1c4b-4281-b951-d872f2087c98
* Update dartium_builder target in gyp file.terry@google.com2014-04-171-1/+1
| | | | | | | | TBR=jacobr@google.com Review URL: https://codereview.chromium.org/107143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264527 0039d316-1c4b-4281-b951-d872f2087c98
* merged 1908terry@google.com2014-04-1733-17/+1584
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264526 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 1847 @251904terry@google.com2014-04-1711-753/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264525 0039d316-1c4b-4281-b951-d872f2087c98
* Adds "Dart" to the user agent string for android webview.terry@google.com2014-04-171-1/+1
| | | | | | | | R=asiva@google.com Review URL: https://codereview.chromium.org/174083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264524 0039d316-1c4b-4281-b951-d872f2087c98
* Dartium: Add downloader for archived chromium reference build to dartium_tools.terry@google.com2014-04-173-0/+248
| | | | | | | | | BUG= R=vsm@google.com Review URL: https://codereview.chromium.org/169503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264523 0039d316-1c4b-4281-b951-d872f2087c98
* Add the manifest file to our zip archive on windows.terry@google.com2014-04-171-0/+203
| | | | | | | | | | | R=whesse@google.com Review URL: https://codereview.chromium.org/134133008 Conflicts: dartium_tools/archive.py git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264522 0039d316-1c4b-4281-b951-d872f2087c98
* Add blink_tests to the dartium_builder targetterry@google.com2014-04-171-0/+1
| | | | | | | | tbr=vsm@google.com Review URL: https://codereview.chromium.org/132473015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264521 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DartObservatory failure due to security policy settings.terry@google.com2014-04-171-1/+3
| | | | | | | | | BUG= R=johnmccutchan@google.com Review URL: https://codereview.chromium.org/143883018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264520 0039d316-1c4b-4281-b951-d872f2087c98
* Changes for 1750 rollterry@google.com2014-04-173-0/+285
| | | | | | | | | | | | | TBR=jacobr@google.com Review URL: https://codereview.chromium.org/153993013 Conflicts: content/worker/worker_webkitplatformsupport_impl.h dartium_tools/build.py dartium_tools/update_deps.py git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264519 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes debugging chrome apps from the dart editor.terry@google.com2014-04-171-1/+1
| | | | | | | | R=devoncarew@google.com Review URL: https://codereview.chromium.org/148523005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264518 0039d316-1c4b-4281-b951-d872f2087c98
* Update dartium_builder target in gyp file.terry@google.com2014-04-171-0/+11
| | | | | | | | | | | TBR=jacobr@google.com Review URL: https://codereview.chromium.org/107143004 Conflicts: build/all.gyp git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264517 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Ensure that all NOTIFICATION_HISTORY_URL* notification details ↵engedy@chromium.org2014-04-174-141/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | contain effective URLRow IDs. (https://codereview.chromium.org/222313002/) Reason for revert: Introduced memory leaks on "unit_tests" on "Linux ASan LSan Tests (2)". Original issue's description: > Ensure that all NOTIFICATION_HISTORY_URL* notification details contain effective URLRow IDs. > > Change semantics, and add unit tests to ensure that all URLRows included in details to NOTIFICATION_HISTORY_URL* messages have the IDs that are currently in effect in the main HistoryDatabase. > > Production code is not changed, as it already satisfies this requirement. > > BUG=316638 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264500 TBR=brettw@chromium.org NOTREECHECKS=true NOTRY=true BUG=316638 Review URL: https://codereview.chromium.org/240433004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264516 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1946.0 to 1947.0chrome-release@google.com2014-04-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264511 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-04-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264509 0039d316-1c4b-4281-b951-d872f2087c98
* Roll cros_system_api.mnissler@chromium.org2014-04-171-1/+1
| | | | | | | | | | | | | | This rolls from 926038efc28089447a2f9292d7dc8cdc7eff7a36 to 916c5d850ca4424b1de79e9e1054f34a23ee2e33 in order to make the GetServerBackedStateKeys session_manager DBus method name constant available. BUG=chromium:358213 TEST=None Review URL: https://codereview.chromium.org/240623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264507 0039d316-1c4b-4281-b951-d872f2087c98