Drew Willcoxon
|
dc195492eb
|
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
|
2014-03-28 23:30:04 -07:00 |
|
Phil Ringnalda
|
a160ec0d23
|
Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
|
2014-03-29 12:13:11 -07:00 |
|
Drew Willcoxon
|
fd1bdd522f
|
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
|
2014-03-28 23:30:04 -07:00 |
|
Jon Coppeard
|
25c1a75044
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
|
Jon Coppeard
|
cd6056507e
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Carsten "Tomcat" Book
|
3ff2c54041
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
b65a90b42b
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Jon Coppeard
|
b5a2f0569c
|
Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug
|
2014-01-29 10:00:40 +00:00 |
|
Terrence Cole
|
20431f8abe
|
Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz
--HG--
extra : rebase_source : 8e1ff566f47795cd82e3f4c0a6fa37b88e7847b4
|
2014-01-17 10:08:51 -08:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Nicholas Nethercote
|
ed423fbdef
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Birunthan Mohanathas
|
58325c73be
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Nicholas Nethercote
|
c82c609ac3
|
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
|
2013-11-07 16:35:30 +11:00 |
|
Ehsan Akhgari
|
6220f98ec6
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
|
2013-11-27 20:05:00 -05:00 |
|
Nicholas Nethercote
|
74e6ffe050
|
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
|
2013-11-07 16:35:30 +11:00 |
|
Tom Schuster
|
c4c16b0062
|
Bug 884410 - Remove JS_ValueToNumber. r=terrence
|
2013-10-19 18:39:52 +02:00 |
|
Birunthan Mohanathas
|
2768b95df7
|
Bug 784739 - Switch from NULL to nullptr in toolkit/components/ (1/2); r=ehsan
|
2013-10-10 16:38:05 -04:00 |
|
Nicholas Nethercote
|
fd238cabbe
|
Bug 910517 (3rd attempt) - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 2b2a1b2667d6562fcf803ec48b4a8c10fdd519a3
|
2013-08-27 16:24:51 -07:00 |
|
Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Phil Ringnalda
|
3914af6be4
|
Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
|
2013-09-04 22:42:06 -07:00 |
|
Nicholas Nethercote
|
86b7ae4c3a
|
Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
|
2013-08-27 16:24:51 -07:00 |
|
Nicholas Nethercote
|
264b14e86c
|
Bug 831193 (part 7) - Don't use NS_MEMORY_REPORTER_IMPLEMENT in toolkit/components/. r=nfroyd.
--HG--
extra : rebase_source : c65c466f03dca5174f3ccb4f103740cd7c642c99
|
2013-01-17 16:45:11 -08:00 |
|
Boris Zbarsky
|
1955cb60db
|
Bug 908576 part 7. Move the various DOMProxyHandler classes into the binding implementation files. r=smaug
|
2013-08-23 22:42:42 -04:00 |
|
Ms2ger
|
6ec28362b3
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Nicholas Nethercote
|
849635b8f1
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07:00 |
|
Jon Coppeard
|
da8c061053
|
Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug
|
2013-08-05 14:02:47 +01:00 |
|
Jon Coppeard
|
fd4d274d46
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Carsten "Tomcat" Book
|
ac22f0d0ad
|
Backed out changeset ae8d72538dee (bug 897484) for b2g bustage
|
2013-07-26 12:34:25 +02:00 |
|
Jon Coppeard
|
fed22eac4c
|
Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug
|
2013-07-26 10:00:38 +01:00 |
|
Joshua Cranmer
|
535f68a222
|
Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop
--HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805
|
2013-07-18 21:24:15 -05:00 |
|
Marco Bonardo
|
85886eae86
|
bug 892454 - Use a less fragile flag than zero frecency to skip the frecency update on visit.
r=Mano
|
2013-07-16 15:36:08 +02:00 |
|
Asaf Romano
|
9de2f412ff
|
Bug 889089 - crash in mozilla::places::History::FetchPageInfo. r=mak
|
2013-07-03 14:54:31 +03:00 |
|
Daniel Holbert
|
29f5061706
|
Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mak
(DONTBUILD because just re-landing to update reviewer)
|
2013-06-28 11:04:14 -07:00 |
|
Daniel Holbert
|
0f124f4e57
|
Backed out changeset fdf7cf309750 (wrong reviewer in commit message)
|
2013-06-28 11:05:33 -07:00 |
|
Daniel Holbert
|
09a1eb4a2d
|
Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mano
|
2013-06-28 11:04:14 -07:00 |
|
Catalin Iacob
|
83b78343dc
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
|
Asaf Romano
|
93f026ad8f
|
Bug 885666 - crash in mozilla::places::::NotifyPlaceInfoCallback::Run. r=mak
|
2013-06-24 13:59:36 -04:00 |
|
Asaf Romano
|
51ba98efdb
|
Relanding Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin.
|
2013-06-19 10:18:38 +03:00 |
|
Ryan VanderMeulen
|
7594256813
|
Backed out changeset 8416c29fecda (bug 834539) for xpcshell failures.
CLOSED TREE
|
2013-06-18 14:46:00 -04:00 |
|
Asaf Romano
|
a2be43f04c
|
Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin.
|
2013-06-18 19:24:31 +03:00 |
|
Marco Bonardo
|
dba4bc2a6d
|
Bug 769348 - Change selection algorithm for autofilled URLs prefixes.
This new variant limits selection to typed pages and suggests only prefixes that match all of those addresses.
r=paolo
|
2013-06-10 23:59:15 +02:00 |
|
David Zbarsky
|
3ad1dacd45
|
Bug 867459: Root toolkit/ r=terrence
|
2013-05-01 18:43:53 -04:00 |
|
Marco Bonardo
|
952c24e301
|
Bug 561450 - Stop supporting session ids in Places.
r=Mano sr=gavin
|
2013-03-25 14:44:41 +01:00 |
|
Jose Cortes
|
631ceaa930
|
Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden
--HG--
extra : rebase_source : bba8b8f21faa148a64731299bd74bf89c1314822
|
2013-03-06 13:16:46 -08:00 |
|
Marco Bonardo
|
d00a2f4554
|
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
r=Mano sr=gavin
|
2013-02-06 20:48:56 +01:00 |
|
Marco Bonardo
|
3e7c93258a
|
Bug 838349 - Fix bogus use of assertions in Places
r=trivial
|
2013-02-06 02:37:07 +01:00 |
|
Ehsan Akhgari
|
32d278987e
|
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
|
2013-01-29 13:12:13 -05:00 |
|
Marco Bonardo
|
35d949f6ac
|
Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory.
r=Mano sr=gavin
|
2013-01-05 10:21:04 +01:00 |
|
Nicholas Nethercote
|
b6939f2c42
|
Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
|
2012-12-23 16:59:51 -08:00 |
|