| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264526 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264509 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|