summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-6/+0
| | | | | | | | | | | | | | | | | These were added in r28089 (http://codereview.chromium.org/256059) but are unnecessary bloat for everyone to carry around, even those that don't use emacs or vim. In an earlier change, I added editor config files in src/tools/emacs/ and src/tools/vim/ so users of the appropriate editor can source those instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/7310019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
* app: Trim down the dependency list of app_base.tfarina@chromium.org2011-07-011-12/+3
| | | | | | | | | | | BUG=72317 TEST=app_unittests R=cmp@chromium.org, tony@chromium.org Review URL: http://codereview.chromium.org/7198030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91385 0039d316-1c4b-4281-b951-d872f2087c98
* Resources have moved after http://codereview.chromium.org/7282021/ was LGTM.saintlou@chromium.org2011-06-301-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7292005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91176 0039d316-1c4b-4281-b951-d872f2087c98
* Added large default faviconsaintlou@chromium.org2011-06-301-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7282021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91167 0039d316-1c4b-4281-b951-d872f2087c98
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-2981-134/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7253057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91010 0039d316-1c4b-4281-b951-d872f2087c98
* New lighter default favicondavemoore@chromium.org2011-06-291-0/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7218054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90998 0039d316-1c4b-4281-b951-d872f2087c98
* Move app_base_nacl_win64 to ui_base_nacl_win64 target.tfarina@chromium.org2011-06-281-28/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7277015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90838 0039d316-1c4b-4281-b951-d872f2087c98
* app: Get rid of app_paths.[cc,h] files.tfarina@chromium.org2011-06-273-85/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7262020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90651 0039d316-1c4b-4281-b951-d872f2087c98
* app: Get rid of test/ directory.tfarina@chromium.org2011-06-272-28/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7262013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90592 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ ↵tfarina@chromium.org2011-06-257-618/+0
| | | | | | | | | | | | | | | | directories." The issue with the r90464 was that in the win shared build we build dlls and we need BASE_API to export functions and symbols. BUG=72317 TEST=None TBR=rsesek@chromium.org,brettw@chromium.org Review URL: http://codereview.chromium.org/7263009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90505 0039d316-1c4b-4281-b951-d872f2087c98
* Complete revert of r90464. It was partially done in r90471.maruel@chromium.org2011-06-256-0/+612
| | | | | | | | | | | | | The revert didn't apply cleanly but verified that this commands: git diff $(git svn find-rev r90463) -- $(git diff origin/trunk --name-only) returns nothing. BUG= TEST= Review URL: http://codereview.chromium.org/7261013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90472 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and ↵tfarina@chromium.org2011-06-251-0/+6
| | | | | | | | | | | | | | | | chrome/common/ directories. BUG=72317 TEST=None R=rsesek@chromium.org,brettw@chromium.org Review URL: http://codereview.chromium.org/7231016 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/7265009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90471 0039d316-1c4b-4281-b951-d872f2087c98
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-257-618/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org,brettw@chromium.org Review URL: http://codereview.chromium.org/7231016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90464 0039d316-1c4b-4281-b951-d872f2087c98
* app: Remove the dependency on app_resources from app_unittests.tfarina@chromium.org2011-06-221-1/+0
| | | | | | | | | | | BUG=72317 TEST=app_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7233020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90081 0039d316-1c4b-4281-b951-d872f2087c98
* Move app/mac/ files to ui/gfx/mac/ directory.tfarina@chromium.org2011-06-225-153/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7200045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89956 0039d316-1c4b-4281-b951-d872f2087c98
* app: Get rid of AppTestSuite class.tfarina@chromium.org2011-06-204-93/+3
| | | | | | | | | | | BUG=72317 TEST=app_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7210017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89706 0039d316-1c4b-4281-b951-d872f2087c98
* app: Remove unused scoped_prop.* files.tfarina@chromium.org2011-06-203-78/+0
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7202017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89672 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move resource_bundle_unittest.cc from app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-201-1/+0
| | | | | | | | | | | | | This was the last remaining test to move. BUG=72317 TEST=ui_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7201011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89665 0039d316-1c4b-4281-b951-d872f2087c98
* app: Trim down the dependency list of app_unittests.tfarina@chromium.org2011-06-201-8/+0
| | | | | | | | | | | BUG=72317 TEST=app_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7200014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89662 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move more two unittests from app/app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-171-8/+0
| | | | | | | | | | | BUG=None TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7202003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89515 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move gtk_dnd_util_unittest.cc from app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-171-10/+0
| | | | | | | | | | | BUG=None TEST=ui_unittests --gtest_filter=GtkDndUtilTest.* R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7200004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89492 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move data_pack_unittest.cc from app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-171-2/+0
| | | | | | | | | | | BUG=None TEST=ui_unittests --gtest_filter=DataPackTest.* R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7189034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89480 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Move more unittests from app/app.gyp to ui_unittests.gypi.tfarina@chromium.org2011-06-161-3/+0
| | | | | | | | | | | BUG=None TEST=ui_unittests R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7167015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89335 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to 'linux2' from our grd files.tony@chromium.org2011-06-151-4/+4
| | | | | | | | BUG=85845 Review URL: http://codereview.chromium.org/7181002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89271 0039d316-1c4b-4281-b951-d872f2087c98
* Remove msvs_guids from app, base, breakpad and build.tony@chromium.org2011-06-132-3/+0
| | | | | | | | BUG=28727 Review URL: http://codereview.chromium.org/7108053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88871 0039d316-1c4b-4281-b951-d872f2087c98
* Move tree_node_* unittests to ui_unittests.gypi.tfarina@chromium.org2011-06-101-2/+0
| | | | | | | | | | | BUG=None TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7134075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88694 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to have chrome building with net.dllrvargas@google.com2011-06-032-1/+4
| | | | | | | | BUG=76997 TEST=none Review URL: http://codereview.chromium.org/7056049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87873 0039d316-1c4b-4281-b951-d872f2087c98
* Files that are in src/ui/base should be compiled into libui_base.a.tony@chromium.org2011-06-021-216/+0
| | | | | | | | | | | | | | Move files that are still in app_base over to ui_base. Take 2: Relanding after fixing a dependency in leveldb. Original change at http://codereview.chromium.org/7082017 BUG=72317 Review URL: http://codereview.chromium.org/7077034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87671 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 87369 - Files that are in src/ui/base should be compiled into ↵tony@chromium.org2011-06-011-0/+216
| | | | | | | | | | | | | | | libui_base.a. Move files that are still in app_base over to ui_base. BUG=72317 Review URL: http://codereview.chromium.org/7082017 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/7020015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87399 0039d316-1c4b-4281-b951-d872f2087c98
* Files that are in src/ui/base should be compiled into libui_base.a.tony@chromium.org2011-05-311-216/+0
| | | | | | | | | | Move files that are still in app_base over to ui_base. BUG=72317 Review URL: http://codereview.chromium.org/7082017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87369 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup app_base.gypi so it's easier to remove files in ui/base.tony@chromium.org2011-05-261-75/+30
| | | | | | | | | | | | | I'm removing the shared files section and just duplicating the files needed by win64 nacl in the app_base_nacl_win64 target. It seems like not many files are needed now (only 5 files) so this feels simpler. Take 2: Fix the Windows Release compile by updating the include dir. Review URL: http://codereview.chromium.org/6976034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86892 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 86840 - Cleanup app_base.gypi so it's easier to remove files in ui/base.tony@chromium.org2011-05-261-27/+77
| | | | | | | | | | | | | | I'm removing the shared files section and just duplicating the files needed by win64 nacl in the app_base_nacl_win64 target. It seems like not many files are needed now (only 5 files) so this feels simpler. Review URL: http://codereview.chromium.org/7063011 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/7076020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86857 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup app_base.gypi so it's easier to remove files in ui/base.tony@chromium.org2011-05-261-77/+27
| | | | | | | | | | | I'm removing the shared files section and just duplicating the files needed by win64 nacl in the app_base_nacl_win64 target. It seems like not many files are needed now (only 5 files) so this feels simpler. Review URL: http://codereview.chromium.org/7063011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86840 0039d316-1c4b-4281-b951-d872f2087c98
* Remove files that are compiled in both ui_base and app_base.tony@chromium.org2011-05-202-32/+2
| | | | | | | | | | | | This causes problems when linking because there are duplicate symbols when the same file is compiled into two libs. Previously we were letting the linker collapse these, but that's slow and will start throwing errors once gyp is rolled. Review URL: http://codereview.chromium.org/7040022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86110 0039d316-1c4b-4281-b951-d872f2087c98
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-193-3/+3
| | | | | | | | | | | It looks like they got moved accidentally in http://codereview.chromium.org/6714032 BUG=none TEST=none Review URL: http://codereview.chromium.org/7048007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86010 0039d316-1c4b-4281-b951-d872f2087c98
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-2/+2
| | | | | | | | | | | We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
* Move SystemMonitor to base/.willchan@chromium.org2011-05-182-6/+0
| | | | | | | | | | | | | | | I plan to use SystemMonitor in net/. Fix up the Mac implementation not to use Cocoa APIs since @interface is not allowed in base. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85732 Review URL: http://codereview.chromium.org/7015017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85737 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-182-0/+6
| | | | | | | | | | | | | | | | I plan to use SystemMonitor in net/. Fix up the Mac implementation not to use Cocoa APIs since @interface is not allowed in base. BUG=none TEST=none Review URL: http://codereview.chromium.org/7015017 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/7042003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85734 0039d316-1c4b-4281-b951-d872f2087c98
* Move SystemMonitor to base/.willchan@chromium.org2011-05-182-6/+0
| | | | | | | | | | | | | I plan to use SystemMonitor in net/. Fix up the Mac implementation not to use Cocoa APIs since @interface is not allowed in base. BUG=none TEST=none Review URL: http://codereview.chromium.org/7015017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85732 0039d316-1c4b-4281-b951-d872f2087c98
* The gyp files don't have a way to refer to POSIX-like OS's as a group, so I ↵mark@chromium.org2011-05-123-9/+9
| | | | | | | | | | | | | | | | defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD. Chromium has also been built on other BSDs, so rather than adding each Unix to every gyp file individually every time another port is added, these broad defines can be used instead and modified with specific logic only where necessary. I included a few modified gyp files so the usage can be seen. I also added sunos5 to some grd/html files and set the default host_arch on i86pc solaris to ia32. BUG=0 TEST={} Patch by ruben <chromium@hybridsource.org>. Review URL: http://codereview.chromium.org/6965007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85154 0039d316-1c4b-4281-b951-d872f2087c98
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
| | | | | | | | | | | BUG=82098 TEST=none R=thakis@chromium.org Review URL: http://codereview.chromium.org/6997006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84754 0039d316-1c4b-4281-b951-d872f2087c98
* Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() ↵kushi.p@gmail.com2011-04-281-3/+3
| | | | | | | | | | | usages for DCHECK_EQ/LE/GE() equivalents. BUG=58409 TEST=None Review URL: http://codereview.chromium.org/6880166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83362 0039d316-1c4b-4281-b951-d872f2087c98
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-0/+5
| | | | | | | | BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6894040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83082 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash that happens if we fail to mmap resources.pak.tony@chromium.org2011-04-191-0/+1
| | | | | | | | | | | | | | | | | The crash happens if mmap_ is null in DataPack so I just added some null checks. Some features still won't work (inspector, bookmark manager, about:net-internals, etc), but we shouldn't crash. I'm going to write a follow up patch that brings up a dialog asking to reinstall and check for quarantined files if resources.pak fails to load (kind of like the dialog that comes up when the history db can't be loaded). BUG=79252 TEST=covered by app_unittests Review URL: http://codereview.chromium.org/6835034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82111 0039d316-1c4b-4281-b951-d872f2087c98
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-1/+1
| | | | | | | | | | | Instead, return them to the caller and let the caller decide whether the error is worth notifying the user about. BUG=79068 Review URL: http://codereview.chromium.org/6864020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82008 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup SQLite 3.6.18 import.shess@chromium.org2011-04-123-2/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get things spic-n-span for converting to the amalgamation, then SQLite 3.7.x. sqlite3Preload -> sqlite3_preload because in the amalgamation, sqlite3_ is the key bit to make sure things aren't marked static. AFAICT, SQLite 3.6.18 was not imported correctly last time, throwing up spurious deltas. Re-import and re-apply patches. Remove a bunch of Gears-related stuff. Quite some time ago the Chromium and Gears SQLite imports were brought into line, but they were never fully shared. Nowadays these are completely useless: - remove fts1 patches. - add a Chromium test to make sure fts1 doesn't sneak in. - drop the Symbian stuff. - drop database poisoning. Pull out the WebDatabase patch into a patch file. Move ICU shell changes into a distinct patch file. Pull out testing patches into a separate test.patch. BUG=71731 TEST=automated testing and watching closely. Review URL: http://codereview.chromium.org/6823057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81296 0039d316-1c4b-4281-b951-d872f2087c98
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-123-35/+17
| | | | | | | | | | BUG=73854 TEST=unit_tests Review URL: http://codereview.chromium.org/6793008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81245 0039d316-1c4b-4281-b951-d872f2087c98
* Replace larger throbber by correctly scaled onesoshima@google.com2011-04-081-0/+0
| | | | | | | | | | | | | | app/resources/large_throbber.png is 1154x32, should be 1152x32. Width needs to be exactly a multiple of the height. BUG=none TEST=none landing for saintlou: original CL http://codereview.chromium.org/6810023 Review URL: http://codereview.chromium.org/6825011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80976 0039d316-1c4b-4281-b951-d872f2087c98
* Changes default favicon.sky@chromium.org2011-04-081-0/+0
| | | | | | | | | | | BUG=27626 TEST=none, image only change TBR=pkasting@chromium.org R=pkasting@chromium.org Review URL: http://codereview.chromium.org/6824005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80947 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-2823-5187/+0
| | | | | | | | | | | This is the final patch in the sequence. Note that gl.gyp is introduced because dependency checking on the Mac is done on a per file (rather than per target) basis. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6722026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79599 0039d316-1c4b-4281-b951-d872f2087c98