tc@google.com
f1aab039fd
Add a flag to JSONReader to allow trailing commas.
...
Lots of unittests for this behavior.
BUG=1295713
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-29 00:01:31 +00:00
wtc@google.com
9491e53f99
Create a constructor to construct an AddressList::Data
...
object with a struct addrinfo*.
Fix the comment for the port parameter of
HostResolver::Resolve.
Make some changes suggested by cpplint.
R=darin
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 23:45:23 +00:00
rahulk@google.com
78fb57cd89
Rename uninstall link from Chrome to localized "Google Chrome" string (value of reg key - DisplayName). Keep the uninstall key itself as Google Chrome in all languages as it is not visible to the user and helps in deleting the key in case user changes the system locale after installing Chrome.
...
BUG=1293755
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 23:27:49 +00:00
glen@google.com
73bfdc9de1
Update our icon with 32-bit and 8-bit versions.
...
We have dropped the 256x256 icons from this file - our resource compiler can't handle PNG-compressed icons, and the uncompressed versions added 300KB to our icon size. We were also using a few icon sizes not required by Windows.
BUG=1293866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 23:04:37 +00:00
timsteele@google.com
ef71e20b10
Delete empty, unused avatar folder.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 22:51:47 +00:00
glen@google.com
6739241269
Undo the redo of the icon. Even a clobber build didn't fix it, though it does locally.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 21:40:34 +00:00
glen@google.com
332863d501
Redo the icon. It looks like icon changes require a clobber build.
...
BUG=1293866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 21:31:25 +00:00
maruel@google.com
6399096d77
Fix some issues when building with Visual Studio 2008.
...
Fixed projects that are set as "Application (.exe)" but that don't build an application. Converted then to "Utility".
util_prebuild, V8Config and V8Bindings_prebuild.
Fixed a template compilation error in message_loop.h
Changed PROP_ENTRY to PROP_ENTRY_TYPE since the former is now deprecated.
Everything still builds fine on VS2005.
BUG=1290595
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 21:03:47 +00:00
pjohnson@google.com
0b26a3b145
Make sure the child process terminates before returning from process_utils.RunCommandFull.
...
BUG=1295708
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 20:57:10 +00:00
sgk@google.com
382cb8a54d
Accommodate the change from ..\third_party\scons-0.98.3 to ..\third_party\scons in the recursive invocation of scons to build the necessary v8 targets.
...
TBR: bradnelson,nsylvain
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 20:13:34 +00:00
tc@google.com
0436ec7738
Update chrome strings. No webkit string changes.
...
TBR
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 20:12:10 +00:00
maruel@google.com
de7409a253
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security
...
on top of NTFS.
BUG=1157117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 20:05:39 +00:00
glen@google.com
023e1c5f81
M chrome/app/resources/chrome.ico
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 19:56:41 +00:00
glen@google.com
81f6aed2c7
Add 1-bit opacity versions of the icon to our icon file to prevent white dots on 16-bit and lower displays.
...
BUG=1293866
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 19:37:23 +00:00
deanm@google.com
ab84052ef9
Correct an #endif to have the name in a comment.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 18:58:30 +00:00
deanm@google.com
031d30f359
Fix a few incorrect #endif's in include guards.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 18:47:39 +00:00
beng@google.com
c64eff796f
Fix some glitches dragging tabs.
...
- Fix what looks like an off-by-one in tab attaching (line 504 in diff)
- Ensure ideal bounds are appropriately generated for dragging so that insertion
index calculations work properly (line 452, 492)
- Provide a threshold so that when dragging left and right a tab must be
displaced by at least threshold before tabs are reordered again to prevent
jittering. Default threshold is 16px for standard sized tabs, scaled down in the
ratio of the unselected current tab size to the standard size depending on the
number of tabs open.
B=1285677
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 16:36:13 +00:00
nsylvain@google.com
848c50f7df
Fix compile errors due to missing includes.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 15:45:13 +00:00
deanm@google.com
e2a0021733
Try to cut down on some unnecessary dependencies. Remove any unused includes of gurl.h in header files, and forward declare GURL where possible.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 14:49:35 +00:00
deanm@google.com
5333734f8d
Correct a simple typo in chrome_font.h
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 14:00:00 +00:00
maruel@google.com
bceb153aa0
Test to verify it works well here. Remove extraneous spaces.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 13:36:52 +00:00
mal@google.com
c52e2b4184
Bump for 150 dev cycle
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-28 06:51:05 +00:00
nsylvain@google.com
29aa01dbfc
Add webkit reference build at revision 26.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 20:37:07 +00:00
nsylvain@google.com
2fc6c719cb
Update the v8 revision in the DEPS file.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 17:40:36 +00:00
nsylvain@google.com
7d40160cbb
Fix signature for a known purify MLK warning.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 17:33:22 +00:00
nsylvain@google.com
5475b1c679
Update signature for a known purify FIM warning.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 16:05:31 +00:00
pamg@google.com
0a35cb9552
Change line endings to CRLF and enforce it with svn:eol-style. Our JSON pretty-printer explicitly ends lines with that, rather than a platform-dependent ending.
...
TBR=nsylvain
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 05:22:27 +00:00
nsylvain@google.com
4ac1bb4636
Add a reference build at version #21 .
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 03:39:08 +00:00
nsylvain@google.com
ce73b27f5e
Add missing perf/flush_cache directory.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 01:59:12 +00:00
initial.commit
a1660ded13
Add the initial DEPS file to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 01:21:23 +00:00
initial.commit
584cd5cbd7
Add third_party to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 00:38:33 +00:00
initial.commit
f5b16fed64
Add webkit to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 00:20:51 +00:00
initial.commit
920c091ac3
Add tools to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 00:12:16 +00:00
initial.commit
ae2c20f398
Add skia to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-27 00:09:42 +00:00
initial.commit
09911bf300
Add chrome to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 23:55:29 +00:00
initial.commit
586acc5fe1
Add net to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 22:42:52 +00:00
initial.commit
a814a8d554
Add sandbox to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 22:41:28 +00:00
initial.commit
e6c9e14e0d
Add testing to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 21:59:13 +00:00
initial.commit
e6f0f12b2d
Add rlz to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 21:58:15 +00:00
initial.commit
d13d22ea2f
Add google_update to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 21:55:52 +00:00
initial.commit
5cb4359b3f
Add gears to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 21:54:33 +00:00
initial.commit
d7cae12696
Add base to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 21:49:38 +00:00
initial.commit
ee2815e28d
Add the build directory to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 20:52:30 +00:00
initial.commit
7e5ba5d125
Add breakpad project files to the repository.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 20:50:17 +00:00
initial.commit
c14d891d44
Create src and third_party directories.
...
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3 0039d316-1c4b-4281-b951-d872f2087c98
2008-07-26 18:05:13 +00:00