- 06 Jan, 2014 40 commits
-
-
dbeam@chromium.org authored
This change will cause slightly different translations and address layout to show when the --enable-autofill-address-i18n flag is passed. Next up: - pull translations from chrome rather than libaddressinput - show country combobox and rebuild inputs on switch Based on https://codereview.chromium.org/25620002 by Rouslan Solomakhin <rouslan@chromium.org>. BUG=317837 TBR=aruslan Review URL: https://codereview.chromium.org/63053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243189 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
This uses the same histogram name as the existing NTP (Tab.NewTabOnload) which should make it easy to see how it compares to the old load times. BUG=325228 TESTED=manually, looking at about://histograms Review URL: https://codereview.chromium.org/112453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243188 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@google.com authored
This is a huge change, but it's all refactoring / renaming. There should be no new logic. BUG=316726 R=dtseng@chromium.org, jam@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/116293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243187 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Telemetry uses a '.' to delimit chart_name and trace_names in Value types, so trace names cannot include a '.' in them. BUG=329845 Review URL: https://codereview.chromium.org/116043006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243186 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Cleaned up a few of the existing tests. BUG= R=abarth@chromium.org Review URL: https://codereview.chromium.org/100143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243185 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in ChromeResourceDispatcherHostDelegate. These short-circuited cancelling the prerendering on the IO thread. Instead, I moved cancelling the prerender on the UI thread since both of these calls end up going to the UI thread right after. This also removes the last calls of ResourceRequestInfo::GetAssociatedRenderView, which I will remove in a followup. BUG=304341 R=davidben@chromium.org Review URL: https://codereview.chromium.org/124113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243184 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/108723006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243183 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/110013007/l.gombos@samsung.com authored
Reason for revert: This CL is causing crbug.com/331773. We intentionally leave the codepath for android in https://chromiumcodereview.appspot.com/11742017. TBR=jam@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/105273013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243181 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@chromium.org authored
BUG=None TEST=Visual 1. in chrome://flags verify that ash-disable-docked-windows is present. 2. in chrome://flags verify that ash-enable-docked-windows is absent. 3. When running chrome without ash-enable-docked-windows it should be possible to dock a window at a screen edge. TEST=ash_unittests --gtest_filter=*Dock* Review URL: https://codereview.chromium.org/123743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243178 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Add EasyResizeWindowTargeter to allow easily resizing windows with mouse/touch with the new event-dispatch code. This will eventually allow getting rid of Window::SetHitTestBoundsOverrideOuter() once the new event-dispatch code is used for all event types. This patch installs an EasyResizeWindowTargeter for the shelf and status-area widgets. Subsequent CLs will install such targeters for the toplevel windows too. Collateral change includes adding some dependencies on wm_public (in DEPS and gyp). BUG=318879 R=ben@chromium.org Review URL: https://codereview.chromium.org/118553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243177 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(Still need to implement for two-phase writes.) R=darin@chromium.org Review URL: https://codereview.chromium.org/98013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243176 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
BUG= Review URL: https://codereview.chromium.org/122443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243175 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
The Download.ShowDangerousDownloadConfirmationPrompt UMA stat tells us how often people go through the last step of recovering a malicious binary from chrome://downloads. This UMA stat was added for GTK, but was missing for Win/CrOS. This CL adds it to the Views (Win/CrOS) version of the dialog. BUG=331603 Review URL: https://codereview.chromium.org/114003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243172 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Installers should no longer pick it up already. Also add a note to chrome_repack_chrome.gypi mentioning that it's on the way out. BUG=52609 NOTRY=true Review URL: https://codereview.chromium.org/102283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243171 0039d316-1c4b-4281-b951-d872f2087c98
-
clamy@chromium.org authored
Many unit tests only run on the first stream. With the upcoming changes to SimpleCache, each stream will have a different implementation. This CL ensures test are ran on all streams. BUG=173398 Review URL: https://codereview.chromium.org/23702024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243170 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Add BrowserViewLayoutDelegate::GetContentsWebView helper. (avoids direct BrowserView usage by BrowserViewLayout) Consider the latest dialog position *AND* size on updates. (previously, the maximum dialog size was incorrectly ignored) Only use the contents WebView bounds, not its container. (the container also includes the dev tools view bounds) Minor BrowserViewLayout cleanup and refactoring. BUG=328798 TEST=Collected Cookies and Print Preview dialogs resize as the web tools height is manually adjusted. R=ben@chromium.org Review URL: https://codereview.chromium.org/99153012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243168 0039d316-1c4b-4281-b951-d872f2087c98
-
haven@chromium.org authored
Previous CL: https://codereview.chromium.org/99463006/ BUG=329088 Review URL: https://codereview.chromium.org/121083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243166 0039d316-1c4b-4281-b951-d872f2087c98
-
rileya@chromium.org authored
This makes it match its sibling, AudioDecoder. BUG=329379 Review URL: https://codereview.chromium.org/123213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243163 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Previously on a TracingController error, OnBeginRequest returns false, and then WebUIDataSource will return the default resource (tracing.html). This will cause a successful XHR request and a JSON parse failure in tracing frontend code. Return "##ERROR##" to express the error so that the frontend can handle the error. BUG=331286 Review URL: https://codereview.chromium.org/117323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243162 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
dtseng and plundblad are now primary owners, zork and hashimoto are no longer working on accessibility. BUG=none R=zork@chromium.org Review URL: https://codereview.chromium.org/102963008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243161 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
TabBase will build it's own native component if nobody overrides initializeNative(). BUG=277135 Review URL: https://codereview.chromium.org/108803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243160 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This CL contains supporting code for C++ APIs and the C++ equivalent of chrome.alarms. BUG=327197 TEST=None Review URL: https://codereview.chromium.org/116963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243158 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=327834 R=palmer@chromium.org Review URL: https://codereview.chromium.org/125313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243153 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/123473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243152 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
a secondary sort key when there are multiple configs with the same primary time. - Fixes to QuicCryptoServerConfig::SetConfigs to allow replacing all configs including the primary config in one go. - Change the name of QuicCryptoServerConfig::DefaultConfig to GenerateConfig. - Generalize the method of the StrikeRegisterClient interface used to verify orbits of new configs so that it allows for orbit changes or strike registers that know about multiple orbits. Merge internal change: 58556020 R=rch@chromium.org Review URL: https://codereview.chromium.org/113883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243151 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243150 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=314791 TEST=Cross-site subframes get swapped out when using --site-per-process. Review URL: https://codereview.chromium.org/109653014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243148 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
> Turn on context menu tests > > The test harness flakiness was fixed with 115473002 and 114563002. Turning these back on > > BUG=326769 > NOTRY=true > > Review URL: https://codereview.chromium.org/106053009 TBR=dtrainor@chromium.org Review URL: https://codereview.chromium.org/125083007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243147 0039d316-1c4b-4281-b951-d872f2087c98
-
shinyak@chromium.org authored
std::max and std::min requires algorithm header. BUG= Review URL: https://codereview.chromium.org/117903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243146 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243145 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
We can now do this since we have stdint.h everywhere. Leave the 64-bit types for now since they require more investigation. Delete schar, since it's unused in Chromium. R=brettw@chromium.org BUG=138542 Review URL: https://codereview.chromium.org/117323010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243143 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=318865 TEST=unittests included NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240226 Review URL: https://codereview.chromium.org/106523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243140 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243139 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164495:164505&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/125093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243138 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=estade@chromium.org, groby@chromium.org BUG=none TEST=smaller diff in next CL Review URL: https://codereview.chromium.org/98693017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243137 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243136 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
R=reed@google.com Review URL: https://codereview.chromium.org/110353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243135 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none R=danakj@chromium.org Review URL: https://codereview.chromium.org/102253009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243131 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
BUG=271439 Review URL: https://codereview.chromium.org/105893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243129 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG=331798 TBR=navabi@chromium.org Review URL: https://codereview.chromium.org/122223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243127 0039d316-1c4b-4281-b951-d872f2087c98
-