- 06 Aug, 2014 40 commits
-
-
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
-
ronghuawu@chromium.org authored
BUG=N/A R=hellner@chromium.org TBR=darin@chromium.org, hclam@chromium.org, jochen@chromium.org, palmer@chromium.org, wez@chromium.org Commit on behalf of hellner@. Original CL tried and approved in https://codereview.chromium.org/429113002/ Review URL: https://codereview.chromium.org/450463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287788 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
The frame provided to the track is unchanged. Instead a black frame with the same timestamp is created and forwarded to the sinks. Please see the bug and the discussion in https://groups.google.com/forum/#!topic/discuss-webrtc/nZWA0prohio for rational. BUG=398844 TEST= open https://apprtc.appspot.com in two tabs to create a call. Hit Ctrl-shift-e in the first tab to disable the local video track. Notice that local video is black. Open the second tab and notice that the remote video is black. Review URL: https://codereview.chromium.org/432903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287787 0039d316-1c4b-4281-b951-d872f2087c98
-
eakuefner@chromium.org authored
This makes it so that --output-format=json will produce a file called results.json by default. Review URL: https://codereview.chromium.org/429043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287786 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287785 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179515:179578&mode=html TBR=jbroman@chromium.org BUG= Review URL: https://codereview.chromium.org/441243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287784 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Install an animation-observer in the compositor when a fling happens, and use a FlingCurve (which implements the same fling-curve used for fling-scrolling web-pages) to progress the fling at each animation step in the compositor. BUG=398117 R=mukai@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/436213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287783 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=400694 TBR=tommi Review URL: https://codereview.chromium.org/441883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287782 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
1) Makes InputMethodEngine extension based instead of input component based. 2) Makes InputMethodEngine independent to user profile. 3) Makes InputMethodEventRouter independent to user profile, except forwarding events to extension. BUG=342336 TEST=Verified on sandbox. Review URL: https://codereview.chromium.org/433163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287781 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Handle ui::ET_GESTURE_TAP events in PageImageActionView by showing the extension popup (the same action taken on a mouse click). This achieves consistency between touch and mouse input. BUG=399748 TEST=none Review URL: https://codereview.chromium.org/430093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287780 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Disable IPPET power monitor added in https://codereview.chromium.org/394923003/. The win8 perf bot (http://build.chromium.org/p/chromium.perf/builders/Win%208%20Perf%20%281%29) became pretty flaky right after this power monitoring patch landed. Some of the failures are clearly IPPET-related, but others are silent timeouts which also appeared around the same time. Sample failures: - AssertionError: Called StartMonitoringPower() twice. http://build.chromium.org/p/chromium.perf/builders/Win%208%20Perf%20%281%29/builds/2561/steps/page_cycler.dhtml/logs/stdio - IppetError: Timed out waiting for IPPET to close. http://build.chromium.org/p/chromium.perf/builders/Win%208%20Perf%20%281%29/builds/2540/steps/page_cycler.dhtml/logs/stdio - TimeoutException: Timed out while waiting 5s for IppetServerIsUp. http://build.chromium.org/p/chromium.perf/builders/Win%208%20Perf%20%281%29/builds/2551/steps/page_cycler.dhtml/logs/stdio - Generic timeout http://build.chromium.org/p/chromium.perf/builders/Win%208%20Perf%20%281%29/builds/2558/steps/page_cycler.intl_ar_fa_he/logs/stdio Original issue's description: > [telemetry] Add IPPET power monitor. > > This power monitor lets our automated testers track power usage on Windows on Intel Sandy Bridge or later. > > > BUG=336558, 153139 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286541 R=rmcilroy@chromium.org, tonyg@chromium.org Review URL: https://codereview.chromium.org/443973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287779 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Android JellyBean MR2 (API 18) introduced an Intent extra which tells the file picker that it can select multiple files. Each of the files will be returned as a ClipData entry on the completed Intent. BUG=348912 Review URL: https://codereview.chromium.org/443683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287777 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
The timer is set when the inactive bubble shows up or when the user moves the mouse out of it. The active bubble doesn't have the timer. BUG=394287 Review URL: https://codereview.chromium.org/441953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287776 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
BUG=399653 Review URL: https://codereview.chromium.org/447543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287775 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=401028 TBR=tmdiep NOTRY=true Review URL: https://codereview.chromium.org/440413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287774 0039d316-1c4b-4281-b951-d872f2087c98
-
kpschoedel@chromium.org authored
BUG=368750 R=sadrul TEST=on device and desktop Review URL: https://codereview.chromium.org/404423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287772 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=384453 Review URL: https://codereview.chromium.org/433483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287771 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=401002 Review URL: https://codereview.chromium.org/443873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287769 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
Password "key" icon in the omnibox should be focusable. If the bubble is open then it automatically passes its focus to the bubble. BUG=392835 Review URL: https://codereview.chromium.org/440903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287768 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL introduces the |SessionLocales| policy that can be used to recommend one or more UI locales for a public session. If the policy is set, the first recommended locale is pre-selected when starting a public session. If more than one locale is recommended, the public session pod is shown in its advanced form, highlighting the availability of language and keyboard layout pickers. The keyboard layout is automatically set to the most popular layout matching the UI locale. This CL also fixes the flaky DeviceLocalAccountTest.* and TermsOfServiceDownloadTest.Ü. BUG=214904, 241790, 401010 TEST=Extensive browser test coverage, including picker UI Review URL: https://codereview.chromium.org/426063005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287767 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This is a speculative revert to see if issues on Mac bots get resolved. BrowserTest.WindowOpenClose is e.g. failing on this assert: ASSERTION FAILED: !active || m_layerTreeView > Make SingleThreadProxy a SchedulerClient > > This makes ui::Compositor no longer in charge of > scheduling commits and draws, deferring it to cc::Scheduler. > > Other compositors that use SingleThreadProxy are left calling composite > synchronously and now pass a flag to indicate that this is their > intention. This patch doesn't remove synchronous composite, but now > makes it mutually exclusive with scheduling. > > BUG=329552, 287250 > > Review URL: https://codereview.chromium.org/134623005 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/441343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287766 0039d316-1c4b-4281-b951-d872f2087c98
-
igsolla@chromium.org authored
BUG=400755 Review URL: https://codereview.chromium.org/440143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287764 0039d316-1c4b-4281-b951-d872f2087c98
-
mboc@opera.com authored
BUG=Uninitialized global message center instance leads to trouble when modifying gyps. Review URL: https://codereview.chromium.org/444463007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287763 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The wm::WMState object takes care of setting up some window-manager related functionality (e.g. window-stacking client, transient-window client). So create WMState from the WindowManager implementation in athena. BUG=400961, 386350 R=mukai@chromium.org Review URL: https://codereview.chromium.org/442193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287762 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
* AboutResource is updated as soon as the remote update is notified. * The condition to trigger the fast-fetch mode is changed. Previously we've skipped it if the directory changestamp is close to the server changestamp, expecting the normal fetch will finish very soon in that case. To correctly grasp the expectation, however, we need to compare by using the changestamp of the whole metadata in the DB, not the directory's. BUG=329732 Review URL: https://codereview.chromium.org/444463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287761 0039d316-1c4b-4281-b951-d872f2087c98
-
tbutter@gmail.com authored
BUG=400095 Review URL: https://codereview.chromium.org/437203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287760 0039d316-1c4b-4281-b951-d872f2087c98
-
ed@opera.com authored
BUG=399271 Review URL: https://codereview.chromium.org/442773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287759 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
Removed the 'using namespace std' directive from the header with using qualified name for string as std::string. TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/441083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287758 0039d316-1c4b-4281-b951-d872f2087c98
-