- 06 Aug, 2014 40 commits
-
-
dcheng@chromium.org authored
- LLVM now uses C++11, so need to use LLVM_OVERRIDE anymore. - Small changes in Clang interfaces for flags and FrontendFactory instantiation. - clang-format-diff.py works slightly differently now, so update the run_tool.py wrapper to invoke it correctly. - Delete tools that are no longer needed. BUG= R=thakis@chromium.org Review URL: https://codereview.chromium.org/448693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287841 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=401092 Review URL: https://codereview.chromium.org/449523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287840 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287839 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=400484 R=thakis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/442423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287838 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
This behavior is similar to not having a native event on the non-Ozone path. Synthesized events were processed after the ScreenPositionClient was removed from the window. Trying to convert the cursor point to screen coordinates would trigger a CHECK in ash::wm::ConvertPointToScreen since these synthesized events would be processed as the WindowTreeHost was shutdown. BUG=398888 NOTRY=true Review URL: https://codereview.chromium.org/442033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287837 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://downloadsvitalyp@chromium.org authored
R=dbeam@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/442133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287836 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=400474 Review URL: https://codereview.chromium.org/441613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287835 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
BUG=399735 Review URL: https://codereview.chromium.org/443973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287833 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
Adding the OnSendAcknowledgement event to enable Chrome components to get updates on GCM server receiving the messages. BUG=374969 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/442123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287831 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287830 0039d316-1c4b-4281-b951-d872f2087c98
-
bungeman@google.com authored
https://skia.googlesource.com/skia/+log/41ebbddd76b747d5fb32c02dda0de3d03a3edda5..be21e3432e4cf925fe494efe23edcb457bd05fcb CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/445073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287829 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
This fixes an oversight from https://codereview.chromium.org/307483002. "Before" screenshot: https://drive.google.com/a/google.com/file/d/0BxTU2YPRG-lRNl9FRy1KQ2c2dEU/view?usp=sharing Mock: https://folio.googleplex.com/chrome-ux/mocks/064-chrome-away-from-chrome/supervised-users/mirror#%2FPlaypen_210514_mirror-11.png BUG=310640 Review URL: https://codereview.chromium.org/443033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287828 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
build/android/pylib: telemetry build/get_landmines.py: needs to force build BUG=399774,399710 TEST=none R=tonyg@chromium.org, thakis@chromium.org TBR=thakis@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/444073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287827 0039d316-1c4b-4281-b951-d872f2087c98
-
zqiu@chromium.org authored
Added a histogram "Network.Shill.DeviceConnectionStatus" for tracking the connection status of the device. A sample is emitted once every 3 minutes. Added a histogram "Network.Shill.Wifi.NetworkProblemDetected" for tracking the connection problem encountered by TrafficMonitor after the wifi connection is established. This event is reported whenever a network problem is encountered while connected to a wifi network. Added a histogram "NetworkShill.WiFi.UserInitiatedConnectionFailureReason" for tracking the reasons for failed wifi connection attempts that are manually initiated by the user. This event is reported everytime user-initiated wifi connection attempts failed. BUG=chromium:374274, chromium:392965, chromium:392990 TEST=Start chrome, and browse to chrome://histograms to verify the histograms mentioned above exist. NOTRY=true Review URL: https://codereview.chromium.org/429353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287826 0039d316-1c4b-4281-b951-d872f2087c98
-
erikchen@chromium.org authored
This only affects OSX. Recently, Chrome stopped prompting users for access to the keychain to autofill passwords (to pull in passwords from other browsers). Opera wants to use a different policy, so pull the logic into password_manager_client. BUG=178358 Review URL: https://codereview.chromium.org/444753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287825 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/445093002/abodenha@chromium.org authored
Reason for revert: Disabled test incorrectly. Original issue's description: > Disable failing test > > BUG=401169 > TBR=dfalcantara > NOTRY=TRUE > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287818 TBR=dfalcantara@chromium.org,rogerta@chromium.org NOTREECHECKS=true NOTRY=true BUG=401169 Review URL: https://codereview.chromium.org/447873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287824 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
BUG=393235 Review URL: https://codereview.chromium.org/447793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287823 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=330264 TBR=kenrb@chromium.org for browser_plugin_messages.h, kalman@chromium.org for guest_view_internal.json Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287732 Review URL: https://codereview.chromium.org/427883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287822 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
BUG=401169 TBR=dfalcantara NOTRY=TRUE Review URL: https://codereview.chromium.org/445093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287818 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG= NOTRY=True Review URL: https://codereview.chromium.org/443183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287817 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=366825 Review URL: https://codereview.chromium.org/449483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287816 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
BUG=400930 Review URL: https://codereview.chromium.org/442863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287814 0039d316-1c4b-4281-b951-d872f2087c98
-
benm@chromium.org authored
AudioManagerAndroid will NPE on hardware platforms that don't have bluetooth. BUG=401039 Review URL: https://codereview.chromium.org/449463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287813 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=399964 NOTRY=true Review URL: https://codereview.chromium.org/435313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287812 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
No point in keeping memory around for a frame we don't care about. BUG=399071,399420 Review URL: https://codereview.chromium.org/433903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287811 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
BUG=399370 Review URL: https://codereview.chromium.org/433603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287810 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287809 0039d316-1c4b-4281-b951-d872f2087c98
-
jmadill@chromium.org authored
Includes new shader translator inspection API. BUG=351396 Review URL: https://codereview.chromium.org/445673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287808 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Tested interactively and adds unit test. Seems to behave as expected. BUG=47572 Review URL: https://codereview.chromium.org/440753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287807 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
This CL introduces the PrefHashBrowserTestBase fixture which these tests are based on. This fixture (in conjunction with the new PREF_HASH_BROWSER_TEST macro) provides an easy way to override 3 methods in order to: 1) Setup Chrome as desired in a PRE_ test. 2) Attack Preferences while Chrome isn't running. 3) Relaunch Chrome and verify reaction to attacks. The fixture+macro also parametrizes every test such that they are ran in every SettingsEnforcement trial group. A few pieces were resurrected from the old PrefHashBrowserTest used to test unloaded profile seeding prior to http://crrev.com/277209 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287689 Review URL: https://codereview.chromium.org/431973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287805 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
This fixes the right-side table-of-contents on the documentation page, so it is collapsible and only shows h2 headings by default. NOTRY because it is a documentation-only change. BUG=374811 R=sbc@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/438403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287804 0039d316-1c4b-4281-b951-d872f2087c98
-
haitaol@chromium.org authored
It's decided that it's unnecessary to ask user to confirm profile deletion if he chooses to remove other data while disconnecting sync because the confirmation dialog can get lost sometimes and user's data is left behind. BUG=395441 NOTRY=true Review URL: https://codereview.chromium.org/426123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287802 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
A11y options list and remove supervised user menu are moved up in case of shelf-overlapping. Network list gets scrollbar in that case. Also remove supervised user button aligned. BUG=382851 Review URL: https://codereview.chromium.org/399613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287801 0039d316-1c4b-4281-b951-d872f2087c98
-
haitaol@chromium.org authored
This is to prepare for on-demand backup where backup manger needs to persist backup data if the shutdown is due to switching to syncing. No behavior changes are introduced by this cl. BUG=362679 NOTRY=true Review URL: https://codereview.chromium.org/437683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287799 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: https://codereview.chromium.org/417653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287798 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=None R=achuith@chromium.org Review URL: https://codereview.chromium.org/406033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287796 0039d316-1c4b-4281-b951-d872f2087c98
-
Gordana.Cmiljanovic@imgtec.com authored
BUG=400684 Review URL: https://codereview.chromium.org/440043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287795 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=None R=wtc@chromium.org Review URL: https://codereview.chromium.org/429453007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287794 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
cast_unittests was leaking because SimpleTestTickClock was not owned by anyone. This change makes it owned by RtcpReceiverTest. TBR=miu BUG=400728, 393042 Review URL: https://codereview.chromium.org/442273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287792 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287789 0039d316-1c4b-4281-b951-d872f2087c98
-