Lucas Rocha
|
86ba91fd7c
|
Bug 680077 - Use Util.isTablet() everywhere to check if tablet mode is on (r=mbrubeck)
Use it instead of checking for a 'tablet' attribute in Elements.urlbarState
everywhere.
|
2011-09-07 13:47:35 -07:00 |
|
Matt Brubeck
|
f1c0627019
|
Bug 677669 - Always show the tab bar in tablet mode [r=mfinkle]
|
2011-09-07 13:47:25 -07:00 |
|
Olli Pettay
|
bd01f442a8
|
Bug 685139 - node.contains(node) should return true, r=bz
--HG--
extra : rebase_source : 28fb40bf63e90ea319c517f0c86104080f20cc1a
|
2011-09-07 18:04:04 +03:00 |
|
Neil Rashbrook
|
ec8fab59fc
|
Bug 684617 client.mk runs configure twice r=khuey
|
2011-09-07 20:08:36 +01:00 |
|
Ehsan Akhgari
|
8f876c5ce8
|
Resolve the merge conflict from bug 674998 correctly by removing InvokeSessionGuard completely, r=luke
|
2011-09-07 11:34:15 -04:00 |
|
Ehsan Akhgari
|
b663b676ff
|
Merge the last green changeset of mozilla-inbound to mozilla-central
|
2011-09-07 10:06:22 -04:00 |
|
Jeff Walden
|
e5154a071f
|
Bug 684782 - Readd support for $topsrcdir/mozconfig, exclusive with support for $topsrcdir/.mozconfig (no more than one may be present). f=callek r=ted
|
2011-09-07 13:42:03 +02:00 |
|
Henri Sivonen
|
ded8517389
|
Bug 657389 - nsHtml5MetaScanner should use PR_INT32_MAX instead of -1 as a special marker value for indeces. r=jonas.
|
2011-09-07 12:50:15 +03:00 |
|
Makoto Kato
|
649e4ba503
|
Bug 684670 - js\src\vm/Debugger.h(406) : warning C4099: 'JSCompartment' : type name first seen using 'struct' now seen using 'class'. r=jorendorff
|
2011-09-07 16:29:00 +09:00 |
|
Makoto Kato
|
7233165b2c
|
Bug 684664 - js\src\methodjit\BaseAssembler.h(1282) : warning C4146: unary minus operator applied to unsigned type, result still unsigned. r=bhackett
|
2011-09-07 16:17:55 +09:00 |
|
Fabrice Desré
|
4a3cdfd75c
|
Followup fix for bug 641552. Make sure to enumerate new category on startup. r=jst
|
2011-09-06 22:53:08 -07:00 |
|
Nicholas Nethercote
|
1f67d797c5
|
Bug 684111 - Remove codePool and notePool. r=cdleary.
|
2011-09-06 19:12:09 -07:00 |
|
Nicholas Nethercote
|
7173d43357
|
Bug 684111 - use a limit instead of a mask to detect when the srcnotes buffer is full. r=cdleary.
|
2011-09-06 19:12:09 -07:00 |
|
Nicholas Nethercote
|
7f64ef392a
|
Bug 684111 - remove an unused parameter from EmitCheck. r=cdleary.
|
2011-09-06 19:12:08 -07:00 |
|
Mike Hommey
|
892d941413
|
Bug 684213 - Directly uncompress libraries into the mmap()ed cache files. r=mwu
|
2011-09-07 07:56:28 +02:00 |
|
Phil Ringnalda
|
8c67e09e0b
|
Back out fc945dec50bb and de06684dabc4 (bug 642551), 64c328251a24 (bug 683952) and 9d0d13998ebb (bug 684544) for orange on a CLOSED TREE
|
2011-09-06 21:42:54 -07:00 |
|
Matt Brubeck
|
353c30193a
|
Back out 6cd3556fc807 (bug 674290) because of unittest leaks
|
2011-09-06 20:42:09 -07:00 |
|
Boris Zbarsky
|
bcb6e0639c
|
Bug 642551 followup to address review comment
|
2011-09-06 23:04:45 -04:00 |
|
Boris Zbarsky
|
ffc9b17f74
|
Bug 683952. Speed up iterating over the continuations of the frame when scrolling to it. r=roc
|
2011-09-06 22:57:46 -04:00 |
|
Boris Zbarsky
|
8f47fec0f3
|
Bug 642551. Save status info we may want to use in a list so we don't have to walk the entire pending request hashtable looking for one of the rare ones with status info. r=neil
|
2011-09-06 22:57:46 -04:00 |
|
Boris Zbarsky
|
4ba46f2e78
|
Bug 684544. Restore missing null-check for location setter. r=mrbkap
|
2011-09-06 22:57:46 -04:00 |
|
Felix Fung
|
0bc71ca85d
|
Bug 577266 - Correct misspellings in source code
|
2011-09-06 17:20:35 -07:00 |
|
Felix Fung
|
4ad6cea4ad
|
Bug 577266 - Correct misspellings in source code: 'verion' -> 'version'
|
2011-09-06 22:50:26 -07:00 |
|
Nicholas Nethercote
|
7c15cc6fb4
|
Bug 684799 - Measure slop in more JS memory reporters. r=dmandelin.
|
2011-09-07 18:41:38 -07:00 |
|
Nicholas Nethercote
|
c433d6c4ce
|
Update nanojit-import-rev stamp.
|
2011-09-07 18:21:00 -07:00 |
|
Nicholas Nethercote
|
4c7361be0e
|
Bug 684799 - Measure slop in more JS memory reporters (NJ-specific part). r=edwsmith.
--HG--
extra : convert_revision : 3fb37580d1ffd01f3f391d3852b14e0a34e57cb7
|
2011-09-07 18:15:04 -07:00 |
|
Johnny Stenback
|
b7a702a9e4
|
Fixing bug 641552. Add mechanism for dynamically registering properties on the navigator object in all pages. r=peterv
|
2011-09-06 15:01:01 -04:00 |
|
Josh Aas
|
405e95afe0
|
Bug 682759: Use fixed size integer in NPRemoteWindow to store window reference. r=m_kato r=cjones
|
2011-09-07 00:54:21 -04:00 |
|
Josh Aas
|
0aea95062a
|
Bug 669036: Fix bad path to child process binary that caused assertions. r=bsmedberg
|
2011-09-07 00:51:38 -04:00 |
|
John Daggett
|
168034ee1f
|
Bug 3512. Reftests to test font-stretch with different sets of font families. r=jkew
|
2011-09-07 13:00:15 +09:00 |
|
Brian Hackett
|
c97fd1321c
|
Merge MC->JM
|
2011-09-06 14:53:24 -07:00 |
|
Matt Brubeck
|
bd37e05667
|
Bug 684242 - Back out b532e0d93bc5 (bug 681980) because it breaks resume from sleep.
|
2011-09-06 13:02:39 -07:00 |
|
Ed Morley
|
1e1b62fb5f
|
Backout a422b9ff0a9e (bug 591780 part 1) for causing 8% Ts regression on multiple platforms; a=khuey
|
2011-09-06 14:41:31 +01:00 |
|
Brian Hackett
|
59fdd3e54e
|
[INFER] Fix red.
|
2011-09-06 03:08:29 -07:00 |
|
Makoto Kato
|
4afcf12af5
|
Bug 684771 - js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value. r=wmccloskey
|
2011-09-06 17:54:36 +09:00 |
|
Makoto Kato
|
718a66a15a
|
Bug 684674 - js/src/methodjit/FastBuiltins.cpp(511) : warning C4146: unary minus operator applied to unsigned type, result still unsigned. r=bhackett
|
2011-09-06 17:44:36 +09:00 |
|
Brian Hackett
|
cf2f6530a2
|
Merge MC->JM
|
2011-09-06 00:45:22 -07:00 |
|
Raymond Lee
|
8906b70eb1
|
Bug 637840 - after closing a group in panorama, focus should go to the last used tab in the last used group r=tim
|
2011-09-06 13:04:38 +08:00 |
|
Tim Taubert
|
f03e0c8c47
|
merge the last green changeset on m-c to fx-team
|
2011-09-07 10:04:58 +02:00 |
|
Blair McBride
|
149e812ab5
|
Bug 683124 - Add function to xpcshell-test harness to output info text. r=ted.mielczarek
|
2011-09-07 16:26:20 +12:00 |
|
Blair McBride
|
97fad855bb
|
Bug 683129 - Typo in AddonDatabase.getStatement when handling error. r=dtownsend
|
2011-09-07 16:25:23 +12:00 |
|
Blair McBride
|
a3e2af519e
|
Bug 683431 - Typo in XPIProvider statement name: getVisibleAddoForInternalName. r=dtownsend
|
2011-09-07 16:24:39 +12:00 |
|
Jared Wein
|
b0297e7215
|
Bug 684561 - Improve styling of Web Console on Windows r=dao
|
2011-09-06 16:43:25 -07:00 |
|
Ehsan Akhgari
|
337600aff0
|
Merge the latest green changeset of mozilla-inbound to mozilla-central
|
2011-09-05 14:35:13 -04:00 |
|
Brian Hackett
|
ff209fdf53
|
[INFER] Fix test failures.
|
2011-09-05 09:05:45 -07:00 |
|
Brian Hackett
|
bc7af6809a
|
[INFER] Fix bug 684623.
|
2011-09-05 07:34:27 -07:00 |
|
Brian Hackett
|
0b4b0ae639
|
[INFER] Allow uncopies of loop temporaries after backedges, bug 684621.
|
2011-09-05 07:33:06 -07:00 |
|
Brian Hackett
|
80de01cc3c
|
[INFER] Fix bug 684594.
|
2011-09-05 07:31:30 -07:00 |
|
Brian Hackett
|
97a0af648c
|
[INFER] Fix test for when double entries need to be forgotten after branching to a location their type is unknown, bug 684576.
|
2011-09-05 07:29:51 -07:00 |
|
Mark Finkle
|
87a7f09e6b
|
Bug 684443 - Make unpacking files from the APK faster [r=dougt]
|
2011-09-05 10:09:05 -04:00 |
|