summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search/local_files_ntp_source.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove iOS ifdefs in src/chrome.jam2016-02-241-2/+2
| | | | | | Review URL: https://codereview.chromium.org/1726963002 Cr-Commit-Position: refs/heads/master@{#377377}
* Change GotDataCallback to scoped_refptr<base::RefCountedMemory>estade2016-01-071-8/+5
| | | | | | | | BUG=571198 Review URL: https://codereview.chromium.org/1536173002 Cr-Commit-Position: refs/heads/master@{#368097}
* Switch to standard integer types in chrome/browser/, part 3 of 4.avi2015-12-261-0/+1
| | | | | | | | | BUG=138542 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1548133002 Cr-Commit-Position: refs/heads/master@{#366883}
* Replace RE2 import with a dependencybattre2015-12-211-2/+2
| | | | | | | | | TBR=armansito@chromium.org,reillyg@chromium.org,piman@chromium.org BUG=568119 Review URL: https://codereview.chromium.org/1544433002 Cr-Commit-Position: refs/heads/master@{#366412}
* Enabling included files when reloading local NTP with --local-ntp-reload.tmartino2015-11-301-1/+59
| | | | | | | | | | | | Committed: https://crrev.com/5788cd432cc28372aa85a57cd7a66e6b6699db74 Cr-Commit-Position: refs/heads/master@{#359357} Committed: https://crrev.com/9eafb7d4f9b985163c30354e1c7e34a9b447c275 Cr-Commit-Position: refs/heads/master@{#359650} Review URL: https://codereview.chromium.org/1376243005 Cr-Commit-Position: refs/heads/master@{#362144}
* Revert of Enabling included files when reloading local NTP with ↵loyso2015-11-131-59/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --local-ntp-reload. (patchset #9 id:160001 of https://codereview.chromium.org/1376243005/ ) Reason for revert: Fails iOS build. ../third_party/re2/re2/re2.h:186:10: fatal error: 're2/stringpiece.h' file not found #include "re2/stringpiece.h" ^ 1 error generated. Original issue's description: > Enabling included files when reloading local NTP with --local-ntp-reload. > > Committed: https://crrev.com/5788cd432cc28372aa85a57cd7a66e6b6699db74 > Cr-Commit-Position: refs/heads/master@{#359357} > > Committed: https://crrev.com/9eafb7d4f9b985163c30354e1c7e34a9b447c275 > Cr-Commit-Position: refs/heads/master@{#359650} TBR=fserb@chromium.org,mathp@chromium.org,tmartino@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1450533002 Cr-Commit-Position: refs/heads/master@{#359653}
* Enabling included files when reloading local NTP with --local-ntp-reload.tmartino2015-11-131-1/+59
| | | | | | | | | Committed: https://crrev.com/5788cd432cc28372aa85a57cd7a66e6b6699db74 Cr-Commit-Position: refs/heads/master@{#359357} Review URL: https://codereview.chromium.org/1376243005 Cr-Commit-Position: refs/heads/master@{#359650}
* Revert of Enabling included files when reloading local NTP with ↵kelvinp2015-11-121-55/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | --local-ntp-reload. (patchset #7 id:120001 of https://codereview.chromium.org/1376243005/ ) Reason for revert: Break iOS Device ninja Build Bot https://build.chromium.org/p/chromium.mac/builders/iOS_Device_%28ninja%29/builds/29414 Compilation failed as In file included from ../../chrome/browser/search/local_files_ntp_source.cc:19: ../../third_party/re2/re2/re2.h:186:10: fatal error: 're2/stringpiece.h' file not found #include "re2/stringpiece.h" which is added in this CL. Original issue's description: > Enabling included files when reloading local NTP with --local-ntp-reload. TBR=fserb@chromium.org,mathp@chromium.org,tmartino@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1442793002 Cr-Commit-Position: refs/heads/master@{#359364}
* Enabling included files when reloading local NTP with --local-ntp-reload.tmartino2015-11-121-1/+55
| | | | | | Review URL: https://codereview.chromium.org/1376243005 Cr-Commit-Position: refs/heads/master@{#359357}
* Adds support for live reload localNTP assetsfserb2015-07-161-0/+69
Adds a new chrome flag to support local NTP file auto reload This is used only during NTP development cycle, to allow live reload of NTP resources (HTML, JS, CSS) without recompiling, therefore the code is only enabled for dev builds. BUG=508617 Review URL: https://codereview.chromium.org/1228123003 Cr-Commit-Position: refs/heads/master@{#339060}