Tim Taubert
|
caa2aa152d
|
Bug 784558. [Page Thumbnails] Re-add removeFile function to allow single thumbnail removal, used when removing entries from the history. r=felipe
|
2012-08-24 18:11:06 -07:00 |
|
Tim Taubert
|
bb4a8970e4
|
merge m-c to fx-team
|
2012-08-22 22:15:08 -07:00 |
|
Tim Taubert
|
5555b7c0bf
|
Backed out changeset 5fb14f57f34a (bug 784558)
|
2012-08-22 16:02:25 -07:00 |
|
Tim Taubert
|
b6fd66335a
|
Bug 784558 - [Page Thumbnails] single thumbnail removal doesn't work anymore when the corresponding site is removed from history; r=felipe
|
2012-08-22 10:02:28 -07:00 |
|
Tim Taubert
|
dd3e2406ca
|
Bug 754671 - Follow-up to rename old thumbnail folder instead of removing it; r=felipe
|
2012-08-21 17:02:33 -07:00 |
|
Tim Taubert
|
81423201f9
|
Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe
|
2012-08-21 11:17:18 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Javi Rueda
|
8d6606ec11
|
Bug 503761 - 'Remember passwords' check box is broken when no history - in Private Browsing mode or when Firefox set to never remember any history; r=ehsan
|
2012-08-21 11:03:46 -04:00 |
|
Ed Morley
|
b81f655458
|
Bug 552424 - Disable browser_464620_a.js and browser_464620_b.js on Windows for failing 500 times without anyone caring; r=philor
|
2012-08-18 23:59:55 +01:00 |
|
Phil Ringnalda
|
34d464d80a
|
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
|
2012-08-14 23:32:06 -07:00 |
|
Andres Hernandez
|
fd33841755
|
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
|
2012-08-10 14:20:25 -06:00 |
|
Ed Morley
|
a64cc16c8c
|
Merge mozilla-central to mozilla-inbound
|
2012-08-14 14:00:36 +01:00 |
|
Ed Morley
|
a95d17dc7b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-14 13:52:25 +01:00 |
|
Neil Deakin
|
9b35869d1b
|
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
|
2012-08-13 15:05:34 -04:00 |
|
Andres Hernandez
|
6383cc0c91
|
Bug 625273 - Intermittent browser_tabview_bug587503.js | In the end, the group was showing a dropSpace - Got false, expected true r=ttaubert
|
2012-08-01 10:38:55 -06:00 |
|
Tim Taubert
|
60e426ad9a
|
merge m-c to fx-team
|
2012-08-09 20:48:53 +02:00 |
|
Tim Taubert
|
1b421d0493
|
Bug 779618 - Tiny follow-up to remove unnecessary return; r=follow-up
|
2012-08-09 14:45:15 +02:00 |
|
Tim Taubert
|
90406c823c
|
Bug 779618 - [Page Thumbnails] make tabbrowser use the thumbnail service; r=jaws
|
2012-08-09 08:46:17 +02:00 |
|
Tim Taubert
|
fa0b314529
|
Bug 780645 - browser_595601-restore_hidden.js needs to wait for all tabs to be restored before continuing with the second test; r=felipe
|
2012-08-07 16:22:03 +02:00 |
|
Ms2ger
|
923600d481
|
Bug 773933 - Remove libs rules from browser/components/sessionstore/src/Makefile.in; r=ted
|
2012-08-04 09:43:58 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
07b623f64b
|
Bug 773933 - Remove libs rules from browser/components/sessionstore/src/Makefile.in; r=ted
|
2012-08-04 09:43:58 +02:00 |
|
William Chen
|
7a0429e652
|
Bug 778420 - Initial stab at the tests. v2 r=bholley
--HG--
extra : rebase_source : c24abc031c82a87f2f669e4b708f8ee364a9682b
|
2012-08-06 22:15:49 +02:00 |
|
William Chen
|
edb1043b3e
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Brian R. Bondy
|
51839a9bea
|
Bug 770911 - Remove all prefetch clearing code. r=taras.
|
2012-08-02 10:50:29 -04:00 |
|
Ed Morley
|
1b0ed1cf7a
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-02 14:19:18 +01:00 |
|
Tim Taubert
|
64e4bda487
|
merge m-c to fx-team
|
2012-08-02 13:15:24 +02:00 |
|
Justin Dolske
|
d49c55d311
|
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp, f=gavin
|
2012-08-01 15:52:47 -07:00 |
|
Andres Hernandez
|
7b4dfdae61
|
Bug 771504 - Nightly is focusing last app tab instead of homepage r=ttaubert
|
2012-07-31 15:06:19 -06:00 |
|
Matthew Noorenberghe
|
ef5203eb4a
|
Bug 763232 - Handle shell service throwing on Linux in the advanced preferences pane. r=jaws
--HG--
extra : rebase_source : 527bc5faed3d1111f2d3d9dea3b4f101c9d0d8ee
|
2012-07-30 23:54:16 -07:00 |
|
Dão Gottwald
|
b182917035
|
Bug 776271 - Don't focus the content area when closing a places context menu. r=mano
|
2012-07-31 02:16:08 +02:00 |
|
Ryan VanderMeulen
|
9ab78d95a2
|
Backout 83e0b185e888 (bug 778606) due to orange.
|
2012-07-30 20:14:29 -04:00 |
|
Justin Dolske
|
fc2be5e9bc
|
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp
|
2012-07-30 16:02:05 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Justin Dolske
|
3c6ff0bf22
|
Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp
|
2012-07-27 23:25:11 -07:00 |
|
Tim Taubert
|
059ec2c88f
|
Bug 631956 - Intermittent browser_522545.js | sessionstore got correct userTypedValue; r=froydnj
|
2012-07-26 15:20:28 +02:00 |
|
Tim Taubert
|
ac06b3a3f7
|
Bug 774811 - Thumbnail_capture causes 125ms of jank during load of webgl aquarium; r=dao
|
2012-07-26 13:52:15 +02:00 |
|
Asaf Romano
|
02dfe00bf5
|
Bug 760940 - Bookmarks and history menus behave incorrectly due to non-node weak map keys. r=mak
|
2012-07-24 17:20:57 +03:00 |
|
Ehsan Akhgari
|
8211166c85
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (gnome parts); blanket-r=bzbarsky
--HG--
extra : rebase_source : 54d5440012e3c8b1c2f84c176bf02e5f8a0ed604
|
2012-07-23 17:24:03 -04:00 |
|
Joshua Cranmer
|
4b8f318e78
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Mounir Lamouri
|
72b86db435
|
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
|
2012-07-23 11:08:07 -07:00 |
|
Ryan VanderMeulen
|
8fcf36c164
|
Merge m-c to inbound.
|
2012-07-21 14:32:18 -04:00 |
|
Ryan VanderMeulen
|
dabaa78a3b
|
Backout 53d053772879, e68d8406541e, 1a18d1d71ddf, 705c22e17976, 73f73097fb1a, and 8b28f53415fe (bug 722995) due to frequent linux32 mochitest-other orange.
|
2012-07-21 14:29:50 -04:00 |
|
Saurabh Anand
|
2351cc3afd
|
Bug 722995 - Part 5: Make the tests compatible to the code changes, r=ehsan
|
2012-07-21 11:24:41 +05:30 |
|
Saurabh Anand
|
c04ff46abb
|
Bug 722995 - Part 4: Convert test_DownloadLastDirWithCPS.js to mochitest, r=ehsan
|
2012-07-21 11:23:29 +05:30 |
|
Saurabh Anand
|
6fc95fb768
|
Bug 722995 - Part 3: Convert test_DownloadLastDir.js to mochitest, r=ehsan
|
2012-07-21 11:22:30 +05:30 |
|
Saurabh Anand
|
9853a7a9a1
|
Bug 722995 - Part 2: Convert test_privatebrowsing_downloadLastDir_c.js to mochitest, r=ehsan
|
2012-07-21 11:21:30 +05:30 |
|
Saurabh Anand
|
660e719f39
|
Bug 722995 - Part 1: Convert test_privatebrowsing_downloadLastDir.js to mochitest, r=ehsan
|
2012-07-21 11:20:24 +05:30 |
|
Jonas Sicking
|
68ce0e34aa
|
Bug 774585: Rename getCodebasePrincipal to getSimpleCodebasePrincipal since the behavior has semantically changed. r=mounir
|
2012-07-21 00:29:40 -07:00 |
|