summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 1.avi@chromium.org2012-06-05121-444/+573
| | | | | | | | | BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10528002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140523 0039d316-1c4b-4281-b951-d872f2087c98
* [filemanager] In Gallery, show the 'saved' stuff at proper times.dgozman@chromium.org2012-06-052-13/+12
| | | | | | | | BUG=130336,131030 TEST=See bugs. Review URL: https://chromiumcodereview.appspot.com/10544006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140522 0039d316-1c4b-4281-b951-d872f2087c98
* Fix cros GPU code to use TimeDelta in sleep().tedvessenes@gmail.com2012-06-051-1/+1
| | | | | | | | | | R=acolwell@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10510002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140521 0039d316-1c4b-4281-b951-d872f2087c98
* Make the login UI react properly to missing policies.pastarmovj@chromium.org2012-06-056-22/+69
| | | | | | | | | | | | | When for some reason trusted policies are not available this should lead to a graceful error rather than the login spinner of death. BUG=chromium-os:31173 TEST=Truncate the owner key to zero size and try to log in. You should see an error instead of ever-lasting spinner. Review URL: https://chromiumcodereview.appspot.com/10414080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140520 0039d316-1c4b-4281-b951-d872f2087c98
* Enable user policy handling through the new cloud policy stack.mnissler@chromium.org2012-06-0523-138/+1110
| | | | | | | | | | | | | | | Implement UserCloudPolicyManager, which wraps an instance of the new cloud policy stack and implements the ConfigurationPolicyProvider interface. Hook it up in BrowserPolicyConnector to be used for user policy instead of the old code if enabled through a command line switch. BUG=chromium:108929 TEST=With --enable-cloud-policy-service, user policy on Chrome OS still works as before. Review URL: https://chromiumcodereview.appspot.com/10449071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140519 0039d316-1c4b-4281-b951-d872f2087c98
* Add the AsyncPolicyProvider and AsyncPolicyLoader, which provide the same ↵joaodasilva@chromium.org2012-06-057-0/+647
| | | | | | | | | | | | | functionality as the AsychronousPolicyProvider/Loader and FileBasedPolicyProvider/Loader. Also has a simpler interface for implementations to override. BUG=130918 TEST=unit_testsAsyncPolicyProviderTest.* Review URL: https://chromiumcodereview.appspot.com/10448118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140518 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140517 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the policy and policy_prefs_ui pyauto tests on the mac again.joaodasilva@chromium.org2012-06-051-5/+4
| | | | | | | | | | | | Also enable the testDisable3DAPIs test, since it worked before on the mac bots. TBR=nirnimesh@chromium.org BUG=117317 TEST=mac pyauto_functional_tests are green Review URL: https://chromiumcodereview.appspot.com/10544004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140516 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary revert WebKit roll 119476 back to 119462 due to static ↵loislo@chromium.org2012-06-051-1/+1
| | | | | | | | | | | | | | initializers failure on MAC it became 28 instead of 20 BUG=none TEST=none TBR=rniwa Review URL: https://chromiumcodereview.appspot.com/10535008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140515 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140514 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll from r119462 to r119476loislo@chromium.org2012-06-051-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=rniwa Review URL: https://chromiumcodereview.appspot.com/10543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140513 0039d316-1c4b-4281-b951-d872f2087c98
* Omnibox SearchProvider Experiment Client Implementation.msw@chromium.org2012-06-056-49/+270
| | | | | | | | | | | | | | | | | | | See http://goto/omnibox-v20-experiment and http://b/6426178 *Accept suggestion and verbatim relevance scores extensions. *Keep inline autocompletable matches between URL requests. -Only accept suggested relevances if Instant is disabled. -Reject scores that make the top match non-inlinable. -Make BestURLPrefix perform case-insensitive comparison. TODO: Limit # of suggestions parsed or clamp their scores? BUG=125871 TEST=SearchProviderTest.SuggestRelevanceExperiment & manual. Review URL: https://chromiumcodereview.appspot.com/10274023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140512 0039d316-1c4b-4281-b951-d872f2087c98
* NotificationPromo refactoring.achuith@chromium.org2012-06-056-805/+228
| | | | | | | | | | | | | | | * Purge legacy notification promo code. * Get rid of NotificationPromo::Delegate. * Get rid of RefCountedThreadSafe. * Unit test cleanup. BUG=12637 TEST=compiles, unit tests pass. Review URL: https://chromiumcodereview.appspot.com/10496008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140511 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude one flaky media test on Mactimurrrr@chromium.org2012-06-051-0/+3
| | | | | | | | BUG=131154 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10534005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140510 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140507 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll from r119455 to r119462loislo@chromium.org2012-06-051-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=rniwa Review URL: https://chromiumcodereview.appspot.com/10535002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140506 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove the usage of Browser in WebDialogView."loislo@chromium.org2012-06-0518-39/+42
| | | | | | | | | | | | This reverts commit aa9a424890c6a463af8b7c31e3cd8f0903e68d19. BUG=none TEST=none TBR=mazda Review URL: https://chromiumcodereview.appspot.com/10538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140505 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1164.0 to 1165.0chrome-release@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140504 0039d316-1c4b-4281-b951-d872f2087c98
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-0542-602/+182
| | | | | | | | | | | | | The "session only" rules should cover the functionality now UI changes and migration code will follow BUG=129349 TEST=added unit tests for the chrome/browser/net/sqlite* classes Review URL: https://chromiumcodereview.appspot.com/10447117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140502 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded #include so that bundled expat can be removed.phajdan.jr@chromium.org2012-06-051-2/+1
| | | | | | | | | | | This is upstreaming Gentoo Linux patch. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10514005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140501 0039d316-1c4b-4281-b951-d872f2087c98
* Make up and down arrows open the network menu on the OOBEzork@chromium.org2012-06-051-8/+17
| | | | | | | | | BUG=122313 TEST=Boot a Chromebook to the OOBE screen. Tab to the network selection dialog. Press up or down. Review URL: https://chromiumcodereview.appspot.com/10502012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140500 0039d316-1c4b-4281-b951-d872f2087c98
* Change "session only" content settings to "clear on exit", and add code that ↵jochen@chromium.org2012-06-058-7/+113
| | | | | | | | | | | migrates from the "clear on exit" checkbox to content settings BUG=129349 TEST=HostContentSettingsMapTest.MigrateClearOnExit Review URL: https://chromiumcodereview.appspot.com/10515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140499 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 130606: Panels [WIN]: Alt-Tabbing to a minimized panel no longer ↵jianli@chromium.org2012-06-051-3/+20
| | | | | | | | | | | | restores it BUG=130606 TEST=Manual test by minimizing panel and alt-tabbing to it Review URL: https://chromiumcodereview.appspot.com/10509011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140498 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140497 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll from r119442 to r119455loislo@chromium.org2012-06-051-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=rniwa Review URL: https://chromiumcodereview.appspot.com/10509017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140496 0039d316-1c4b-4281-b951-d872f2087c98
* Apply a CursorRect to the extent of the render widget view for web page cursors.dominicc@chromium.org2012-06-052-33/+22
| | | | | | | | | | BUG=114517 TEST=None Review URL: https://chromiumcodereview.appspot.com/10450012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140495 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the usage of Browser in WebDialogView.mazda@chromium.org2012-06-0518-42/+39
| | | | | | | | | | | | | | browser argument of WebDialogView is used only from CloudPrintSetupFlow, so I moved necessary code to CloudPrintSetupFlow and delete Browser usage in WebDialogView. WebDialogController works only when browser is passed, so this can be removed. BUG=124222 TEST=None Review URL: https://chromiumcodereview.appspot.com/10499003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140493 0039d316-1c4b-4281-b951-d872f2087c98
* Make SkIRect in ImageSkia::extractSubset const because it is const in ↵pkotwicz@chromium.org2012-06-052-2/+2
| | | | | | | | | | | SkBitmap::extractSubset Bug=None Test=Compiles Review URL: https://chromiumcodereview.appspot.com/10513014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140492 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140491 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 119404:119442rniwa@chromium.org2012-06-051-1/+1
| | | | | | | | TBR=loislo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10517016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140490 0039d316-1c4b-4281-b951-d872f2087c98
* Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPathhashimoto@chromium.org2012-06-057-0/+109
| | | | | | | | | | | | Add dbus::IsStringValidObjectPath() and dbus::ObjectPath::IsValid() BUG=129335 TEST=dbus_unittests Review URL: https://chromiumcodereview.appspot.com/10502011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140489 0039d316-1c4b-4281-b951-d872f2087c98
* Gesture related changes for views:sky@chromium.org2012-06-0512-42/+250
| | | | | | | | | | | | | | . Makes capture send both gesture and mouse events to the same view. . Makes gesture handling consistant with mouse handling. We only handle targetting a single view and reset the target on touch up. BUG=124277 TEST=none R=ben@chromium.org,sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10479010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140487 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r140472 and r140475.yusukes@google.com2012-06-054-196/+89
| | | | | | | | | | | | | | | | | | | | r140472 broke Chromium OS Tests 2: http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%282%29&number=3037 Revert "Fix linux_chromeos_clang build break." This reverts commit 3e2d2fc688f3b53aad07d1823659de1e72874e95. Revert "[win] Make the HTML5 fullscreen API work in system apps." This reverts commit 84aa895cec5487b872e954ddb6702f448501cddd. BUG=None TEST=./out/Debug/browser_tests --gtest_filter='*LaunchPinned*' pass TBR=jeremya@chromium.org Review URL: https://chromiumcodereview.appspot.com/10531003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140486 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Fix a crash from pinch-to-minimize.sadrul@chromium.org2012-06-051-1/+7
| | | | | | | | | BUG=121140 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10511022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140485 0039d316-1c4b-4281-b951-d872f2087c98
* Clipboard support for Mac host.dcaiafa@chromium.org2012-06-052-13/+110
| | | | | | | | | | BUG=117473 TEST=clipboard operations over me2me and it2me (linux -> mac) Review URL: https://chromiumcodereview.appspot.com/10500007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140484 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-051-15/+15
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140483 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r8733 -> r8774mseaborn@chromium.org2012-06-053-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The starred changes below required additional Chrome-side changes: * required the change to native_client.gyp. ** required a PNaCl toolchain update. *** required a #include change. This pulls in the following Native Client changes: r8734: (robertm) Enable higher optimization level when building ld-gold-sb. r8735: (robertm) Attempt to green the x86-32 torture test bot r8736: (jvoung) Bump llvm rev for dangling debug info workaround. r8737: (jvoung) Add a test for bitcode linking + dwarf local var info. r8738: (jvoung) bump llvm rev for clashing compile unit ID for same source file change: r8739: (mseaborn) Remove a duplicated implementation of NaClDescEffectorTrustedMem r8740: (bradnelson) Don't attempt to archive coverage information on coverage trybots. r8741: (robertm) Do not build the obsolete sandboxed binutils ld anymore. r8742: (bradnelson) Stop uploading with caching turned off. r8743: (mcgrathr) Remove some variables set but not used r8744: (mseaborn) NaClDesc: Make the Unmap() and UnmapUnsafe() methods Windows-only r8745: (kschimpf) Define a baseline and testing patterns for ARM load_store_word_byte table. *r8746: (bradnelson) Reducing duplication. r8748: (jvoung) Try removing ppapi_example_audio from pyauto tests. r8749: (bradnelson) Fixing ARM inconsistency in untrusted.gypi introduced in r8746. r8750: (jvoung) Revert "Define a baseline and testing patterns for ARM load_store_word_byte table." r8751: (jvoung) Bump llvm rev for local var dwarf info + bitcode linking fix r8752: (halyavin) Update deps which includes using NaCl osabi in GDB. Use NaCl osabi in debug r8754: (eaeltsin) Debug stub: cleanup - get rid of Target::send_done_ r8755: (robertm) Misc cleanup in pnacls's nativeld driver r8756: (robertm) Document randomness in calling convention test better r8757: (robertm) Update PNaCl TC to rev 8741 to pull in changes to the linker. r8759: (halyavin) Bump REVISIONS. r8760: (dschuff) Set PNACL_BUILDBOT in buildbot/pnacl.sh to allow dumping of log files in build steps r8761: (mseaborn) Re-enable run_trusted_mmap_test under ARM QEMU since it works fine there r8762: (mcgrathr) Add testdata files for unaligned_data test r8763: (kschimpf) Improve error reporting of arm validator. r8764: (robertm) Merge pnacl tc builder script into pnacl bot scripts r8765: (jvoung) Remove adhoc shared lib test so that "pnacl/test.sh test-all" r8766: (dschuff) Prepend instead of append -lplatform when linking platform_qualify tests r8767: (bradnelson) Making download_toolchains more noisy by default. **r8768: (jvoung) Enable '-g' for pnacl and ARM. We've worked around and/or r8769: (sehr) Get runnable-ld.so 0mod16 alignment change. ***r8770: (ncbray) Move sandbox memory preservation from sel_memory.h to sel_addrspace.h r8771: (mcgrathr) SCons build tweaks to enable using a custom native ARM toolchain r8772: (jvoung) Bump pnacl rev for debug info changes. r8774: (mseaborn) Add code for address space teardown for use in tests BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10509010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140482 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper Flash Mac: Hook up screensaver prevention on Macsail@chromium.org2012-06-051-0/+4
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10454108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140480 0039d316-1c4b-4281-b951-d872f2087c98
* [mac] Fix badly positioned webview in shell window.jeremya@chromium.org2012-06-051-1/+1
| | | | | | | | | | BUG=130669 R=sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/10512002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140477 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Make SessionEventExecutorWin use a WeakPtr to post messages to ↵simonmorris@chromium.org2012-06-052-6/+13
| | | | | | | | | | | | itself. This prevents problems if the SessionEventExecutorWin is destroyed while there's a pending message for it. Review URL: https://chromiumcodereview.appspot.com/10517010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140476 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linux_chromeos_clang build break.yusukes@google.com2012-06-051-1/+2
| | | | | | | | | | BUG=None TEST=try TBR=jeremya@chromium.org Review URL: https://chromiumcodereview.appspot.com/10509015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140475 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Refactor some code into GDataOperationRunner.derat@chromium.org2012-06-056-130/+225
| | | | | | | | | | | | | | This moves DocumentService's authentication and retry code into GDataOperationRunner, a new helper class that I intend to also use for running contact-fetching operations. BUG=128805 TEST=existing tests pass Review URL: https://chromiumcodereview.appspot.com/10412013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140474 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Shift+space accelerator.yusukes@chromium.org2012-06-054-13/+4
| | | | | | | | | | BUG=129257 TEST=ran aura_shell_unittests and unit_tests Review URL: https://chromiumcodereview.appspot.com/10441067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140473 0039d316-1c4b-4281-b951-d872f2087c98
* [win] Make the HTML5 fullscreen API work in system apps.jeremya@chromium.org2012-06-054-89/+195
| | | | | | | | | | R=ben@chromium.org,bbudge@chromium.org BUG=130463 Review URL: https://chromiumcodereview.appspot.com/10444131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140472 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-0517-30/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | a) - gcc-4.7 improved the implicit headers that it includes. with <4.7, the gthr-default.h file always pulls in unistd.h. with >=4.7, they avoided that include when possible. so code that isn't including unistd.h itself but needs it now breaks. b) - narrowing conversion in initiliazation list now raises an 'ill-formed conversion' warning, which causes error when -Werror is given. [THIS PART IS NOW REVERTED IN THE PATCH} c) - included patches from pastebin - http://pastebin.com/raw.php?i=p3UKs7Cg Note - this may not be fixing all the gcc 4.7 build problems for all parts, but rather than submitting one big-fix-for-all CL, we'd better do it incrementally (given that all the modification is reasonable and minor) so that at least some parts get a successful gcc 4.7 build. BUG=None TEST=Built successfully using GCC-4.7 under chromium chroot Review URL: https://chromiumcodereview.appspot.com/10451068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 140453 - Reorganize so that ChunkDemuxerStreams create and own ↵acolwell@chromium.org2012-06-055-155/+423
| | | | | | | | | | | | | | | | | | | | | SourceBufferStreams. Reverting because it breaks LayoutTests http/tests/media/media-source/video-media-source-add-and-remove-ids.html http/tests/media/media-source/video-media-source-seek.html This patch moves SourceBufferStream into ChunkDemuxerStream and removes SourceBuffer altogether. ChunkDemuxer now manages a StreamParser and passes data along to ChunkDemuxerStreams when new data is parsed. BUG=130876 TEST=ChunkDemuxerTest.* Review URL: https://chromiumcodereview.appspot.com/10505009 TBR=annacc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10483023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140469 0039d316-1c4b-4281-b951-d872f2087c98
* Update layout_tests tool in media/tools and PRESUBMIT.py per ↵rniwa@chromium.org2012-06-055-15/+38
| | | | | | | | test_expectations.txt renames. Review URL: https://chromiumcodereview.appspot.com/10501010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140468 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding this with fixes to the linux chromeos builder.ananta@chromium.org2012-06-058-21/+145
| | | | | | | | | | | | Ensure that the new window context menu option does not show up in windows 8 metro mode. When the new window option is executed from the incognito window, we find an existing normal browser window and open the url in a new tab. BUG=124404 R=sky Review URL: https://chromiumcodereview.appspot.com/10521017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140467 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix about:memory to account for the zygote correctly.thestig@chromium.org2012-06-051-14/+4
| | | | | | | | BUG=130786 TEST=about:memory looks correct on Linux. Review URL: https://chromiumcodereview.appspot.com/10479007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140466 0039d316-1c4b-4281-b951-d872f2087c98
* Die build.py, Die: Part 2 (LocalFetcher, Handlebar support, build script)cduvall@chromium.org2012-06-0530-38/+346
| | | | | | | | | | | | | I implemented/tested the local fetcher and minimal template support. I also wrote a script that will run the server in the local file system, and as a bonus, clean itself up on ^C. Part 1: http://codereview.chromium.org/10387225/ Review URL: https://chromiumcodereview.appspot.com/10500004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140465 0039d316-1c4b-4281-b951-d872f2087c98