| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
BUG=24733
TEST=go to http://jbbs.livedoor.jp/bbs/read.cgi/sports/30749/1255270799, open a history tab and type a search term. Chrome does not crash
TBR=cevans
Original Review: http://codereview.chromium.org/339090/show
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30846 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Make all the controls/labels wrap to the width they get.
- Make the content vertically shift as it is made to fit its strings.
- Add more spacing for the sections as listed in bugs.
- Consistent indents for the sections/subsections.
- Update the code to use constant naming (was was "under the hood" and some was "advanced" (just so it is clear they are talking about one thing, and not two).
- DEPS roll for GTM to pick up support for NSPathControl.
TEST=Under the hood content should fit in all languages.
BUG=20538
BUG=25595
BUG=25597
Review URL: http://codereview.chromium.org/355011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30825 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=26291
TEST=green is good
TBR=hclam
Review URL: http://codereview.chromium.org/342098
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30817 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/341080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30812 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when scripts are allowed despite user preferences disabling them.
Adds more accessors and comments to WebSecurityOrigin.
Removes no longer necessary webkit_glue functions.
Removes no longer necessary TemporaryGlue.h file.
R=abarth
BUG=none
TEST=browser features like the new tab page and history view should
still work when passing --disable-javascript to chrome. similarly,
file and ftp directory listings should remain functional when that
command line flag is specified.
Review URL: http://codereview.chromium.org/351013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30797 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
breakage, courtesy of dimich.
BUG=none
TEST=none
TBR=hclam
Review URL: http://codereview.chromium.org/341077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30791 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
See http://codereview.chromium.org/340045 for the original code.
This includes a newer version of GTM that solves the problem with nib loading on 10.6.
TEST=http://codereview.chromium.org/340045
BUG=none
Review URL: http://codereview.chromium.org/343082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This brings several bugfixes needed for turning on the heap leak checker inside
tcmalloc.
Unforked malloc_hook.cc for Linux
This patch was prepared by Alexander Potapenko (cc'ed)
and originally reviewed as http://codereview.chromium.org/339065
Review URL: http://codereview.chromium.org/340065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30735 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
from upstream WebKit.
BUG=none
TEST=will it blend?
Review URL: http://codereview.chromium.org/340063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/344045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
10.6 loads xibs differently, breaking GTMIBArray
TBR=mark@chromium.org
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30698 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- These two pages should now auto size vertically the labels.
- The label should be top aligned with controls in the group when the group is taller.
- The content should be vertically centered when the label is taller.
- All the textfields should always be tall enough to show content.
- Radios/checkbox should word wrap to show all their text.
- The spacing between groups is a little more even
- DEPS roll to pick up newer GTM with GTMIBArray.
- A bunch of changes in the XIB related to evening out spacing, adding the GTMIBArray for referencing stuff, etc.
Note: if a single radio word wraps all radios get space for that many lines, that's just how the OS does it and we aren't trying to change that (at the moment).
Note: some of the horizontal layouts can extend off the side of the window, that will be fixed in a future cl (once under the hood is also cleaned up).
TEST=see cl description for what should be working now.
BUG=20538
Review URL: http://codereview.chromium.org/340045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30696 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
from http://trac.webkit.org/changeset/50394).
BUG=none
TEST=will it blend-er, build?
R=kbr
Review URL: http://codereview.chromium.org/352002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30695 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
TBR=sgk
Review URL: http://codereview.chromium.org/351003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=rolandsteiner
Review URL: http://codereview.chromium.org/348030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30653 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/344036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30627 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/339086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30614 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=14721
TEST=None
Review URL: http://codereview.chromium.org/344032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30587 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/339081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30576 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=22307
TEST=builds correctly, and an html5 video runs.
Review URL: http://codereview.chromium.org/300013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30571 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/347017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30566 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/342049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30565 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=25275
TEST=play src\media\test\data\48_aac_infinite_loop.m4a and it should not hang.
Review URL: http://codereview.chromium.org/343046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30537 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Picks up making vs2008 projects by default, and adding a new variable into make/scons builds.
BUG=22307
TEST=gyp try bots were green.
Review URL: http://codereview.chromium.org/348016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30536 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/342044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30533 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pickup:
731) -fPIC fix for scons generator
732) shared library fix for cross-compiling
734) support for configuration inheritance.
BUG=300013
TEST=try server.
Review URL: http://codereview.chromium.org/343043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=senorblanco
TEST=NONE
BUG=NONE
Review URL: http://codereview.chromium.org/339062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30446 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/340026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/340022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/342023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30382 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/339040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/341021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30369 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Will investigate tomorrow.
TBR=sgjesse@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/343020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30350 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This version contains a number of bug fixes and better heap profiling
support.
Review URL: http://codereview.chromium.org/339044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30343 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/338058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner,kbr
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/339036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
correctly.
It looks for binaries built with /NXCOMPAT and /DYNAMICBASE, two important security features for Windows binaries.
BUG=25952
TEST=try running it on the output of /src/chrome/Debug
Review URL: http://codereview.chromium.org/338052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/341010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/330027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/337047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=rolandsteiner
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/338045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30233 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=25200
TEST=buildbot tests work
Review URL: http://codereview.chromium.org/335039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
A couple tests added by chromium folks that need to be rebaselined.
TBR=jorlow
Review URL: http://codereview.chromium.org/338026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30121 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=jorlow
Review URL: http://codereview.chromium.org/332028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/329020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/v8/issues/detail?id=483
TEST=none
Review URL: http://codereview.chromium.org/329008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30041 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is necessary to limit the web socket handlers scan directories.
Without this, specifying third_party/WebKit/LayoutTest as the handler
root results in wasting several seconds in server startup.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/333024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30031 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The changes accommodate fixing up HTMLAllCollection refactoring
upstream: http://trac.webkit.org/changeset/49998
TBR=tony
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/330011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Just a couple new media tests (video-volume-slider is skipped
on upstream platforms too).
TBR=dglazkov
Review URL: http://codereview.chromium.org/335017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29967 0039d316-1c4b-4281-b951-d872f2087c98
|