- 11 Aug, 2011 18 commits
-
-
mseaborn@chromium.org authored
"FILES" is used when producing zip snapshots of Chromium. This file is read by chrome/trunk/tools/build/scripts/slave/chromium/archive_build.py. This will allow NaCl to invoke crash_service64.exe in the NaCl standalone build, although this is mainly for consistency across standalone and non-standalone test runs, since the NaCl standalone build won't support producing Breakpad crash dumps. Add to "FILES.cfg" for consistency. This file is read by chrome-internal/trunk/tools/build/scripts/slave-internal/stage_build.py. BUG=89730 TEST=untestable Review URL: http://codereview.chromium.org/7610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96290 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
BUG=91729 TEST=None Review URL: http://codereview.chromium.org/7462021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96289 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
BUG=91990 TEST=otool -h Whatever.app/Contents/MacOS/Whatever should show the 0x1000000 bit set in the |flags| column Review URL: http://codereview.chromium.org/7608027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96288 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Now, we cap the # visits for each node to 100 items, to avoid hitting the 10K node size limit on the server. We also ignore all reload visits, since those are not used by the omnibox suggestion algorithm and tend to be the bulk of the visits in the large nodes we've encountered. BUG=89460 TEST=Run unit tests. Review URL: http://codereview.chromium.org/7550062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96287 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=80654 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7583046 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/7616001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96285 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=87500 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7583055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96276 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=92154 TEST=navigate to ftp://ftp.os4.su/ - no errors should appear Review URL: http://codereview.chromium.org/7590011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96275 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
cancellation reason, due to my change in r95721. BUG=91799 TEST=Coming soon (As a net-internals test). Review URL: http://codereview.chromium.org/7604002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96274 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7604042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96273 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Follow-up to http://codereview.chromium.org/7606012 BUG=none TEST=nothing changes Review URL: http://codereview.chromium.org/7611005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96272 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Mousewheel events, like keyboard events and unlike other mouseevents, are sent to the focused view from the focus-manager, instead of sending to the view at the location of the LocatedEvent. So This needs to be handled from the dekstop/window-manager to send the events to the focused window. BUG=none TEST=none Review URL: http://codereview.chromium.org/7462017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96271 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
For a detailed description see part #1, http://codereview.chromium.org/6478005/ This CL fixes the bug fully on Windows. More platforms will follow. BUG=61062 TEST=unit_tests, possibly more Review URL: http://codereview.chromium.org/7601006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96269 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96268 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Automation for step 1-9 testplan @ go/NACL-SDK-testing BUG=89467, 89470, 89479, 89610, 89612 TEST=None Review URL: http://codereview.chromium.org/7541046 TBR=chrisphan@chromium.org Review URL: http://codereview.chromium.org/7612013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96267 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is to diagnose the bug referenced below. I think it is possible that a third party DLL is hooking TerminateProcess with a replacement that uses the wrong calling convention or has the wrong number of arguments, which causes Process::Terminate to return to the wrong address, causing a crash. I put it in ThreadFunc because this is visible on the stack when the crash happens and because it is a windows specific .cc file. BUG=81449 Review URL: http://codereview.chromium.org/7606016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96266 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
wait for page loads. Also, be able to launch chromium and chrome regardless of what branding we're built with. BUG=89757 TEST=none Review URL: http://codereview.chromium.org/7582005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96265 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=83609 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7462023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96264 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=90443 TEST=none Review URL: http://codereview.chromium.org/7604033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96263 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Aug, 2011 22 commits
-
-
siggi@chromium.org authored
Committing for rogerm@google.com, original review at http://codereview.chromium.org/7583042/. BUG=None TEST=None Review URL: http://codereview.chromium.org/7461149 Patch from Roger McFarlane <rogerm@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96262 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=92274 TEST=Browser does not crash if Chromoting client is used to connect from a machine with at least one network interface with no IP address. Review URL: http://codereview.chromium.org/7552030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96261 0039d316-1c4b-4281-b951-d872f2087c98
-
rginda@chromium.org authored
BUG=chromium-os:18984 TEST=manual testing in chromeos-chrome on linux Review URL: http://codereview.chromium.org/7462022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96260 0039d316-1c4b-4281-b951-d872f2087c98
-
braffert@chromium.org authored
BUG=none TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7605012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96259 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/7613001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96258 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7590005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96256 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92396 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7611004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96255 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
No functional change. R=cmp@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7461145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96254 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7608032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96252 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
alter the HTML. This is a follow up to http://codereview.chromium.org/5151006/ . Review URL: http://codereview.chromium.org/7606007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96251 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92389 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7583048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96250 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=80654 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7583046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96249 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
- Flapper specific installer - a small bug fix on the updater_configurator - wired into chrome startup in browser_init - changes to chrome_paths to override flapper path TEST=see bug BUG=89248 Review URL: http://codereview.chromium.org/7604023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96247 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
- Use flexbox on toplevel div so timeline fills window - Fix overlay_test, which was regressing - Shrink "title" header to h3 and reduce padding - Send gpuInfo and clientInfo to tracing_controller so saved files get those fields Review URL: http://codereview.chromium.org/7497049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96246 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7610001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96245 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90530 Review URL: http://codereview.chromium.org/7538006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96244 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add OVERRIDE to a bunch of overridden functions. BUG=91861 TEST= Review URL: http://codereview.chromium.org/7604019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96243 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Because we aren't using it for anything anymore. Review URL: http://codereview.chromium.org/7538008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96238 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
This is from the old user data dir multi profile thingy that was removed ages ago. BUG=23581 Review URL: http://codereview.chromium.org/7497050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96236 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerm@google.com authored
The mini_installer is linked with /FIXED to avoid creating RELOCs, saving size (about 3K ... is it worth it?). Review URL: http://codereview.chromium.org/7606005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96235 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96234 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
/bin/true doesn't exist on Mac OS X. However, true seems to be in the path on Linux and Mac OS X, so let's use that. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96233 0039d316-1c4b-4281-b951-d872f2087c98
-