Граф коммитов

263065 Коммитов

Автор SHA1 Сообщение Дата
Tim Taubert abec786e98 merge m-c to fx-team 2012-01-25 17:54:52 +01:00
Luke Wagner de203642c8 Bug 720695 - Fix uint32 overflow and INT32_MIN corner cases in CompareLexicographicInt32 (r=waldo,sgimeno) 2012-01-25 08:54:28 -08:00
Matt Brubeck efa9687ca2 Back out b4decc9b812f (bug 721510) because of frequent Mac reftest failures on a CLOSED TREE 2012-01-27 14:49:50 -08:00
Phil Ringnalda 628673af7b Back out 88145df4191a, 42408569a696, and 2108d51be2e7 (Bug 719841, Bug 678086, and Bug 695922) for tp crashes on a CLOSED TREE 2012-01-27 14:22:10 -08:00
Jonathan Watt 6f83ff5139 Bug 701060 - Fix race condition with pref observers causing test orange. r=ehsan. 2012-01-27 22:16:44 +00:00
Sriram Ramasubramanian cff4d022a3 Bug 715213: Move "+" to left side on Tab menu. [r=mfinkle] 2012-01-27 13:50:26 -08:00
Gavin Sharp cb518d5e49 Bug 717105 followup: substract process lifetime from timeStamps so that the values are actually useful, r=taras 2012-01-27 12:37:28 -08:00
Sriram Ramasubramanian 47138fc0a2 Bug 720698: ICS should use blue outline color for URL bar. [r=mfinkle] 2012-01-27 12:28:45 -08:00
Sriram Ramasubramanian 51da29200e Bug 717674: AutoCompletePopup list should be native to the device. [r=mfinkle] 2012-01-27 12:22:05 -08:00
Sriram Ramasubramanian 202c74d82d Bug 712526: Restrict tabs menu to occupy only 2/3 of the screen. [r=mfinkle] 2012-01-27 12:18:02 -08:00
Bobby Holley ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E) dd08c68dab Do not innerize an object assigned to __proto__ or used as the target of a with statement. Bug 719841, r=mrbkap. 2012-01-27 14:16:27 -06:00
Jason Orendorff b8aa7263d8 Make the JS debugger consistently ignore dummy frames, fixing an assertion failure. Bug 678086, r=jimb. 2012-01-27 14:16:22 -06:00
Jason Orendorff 1e79bb239a Reinstate a few assertions in TokenPos constructors. Bug 695922, r=luke. 2012-01-27 14:14:01 -06:00
Sriram Ramasubramanian b843082ec2 Bug 711198: Autocomplete Popup should have a minWidth. [r=mfinkle] 2012-01-27 12:10:45 -08:00
Paul Rouget 7ee8891a27 Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Cedric Vivier a56db13aa9 Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul 2012-01-26 04:58:00 +01:00
Cedric Vivier 0173ef8690 Bug 721350 - Style Editor auto-scroll to the selected style sheet is annoying. r=paul
---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
2012-01-26 05:13:00 +01:00
Ed Morley c4c765992a Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-25 14:14:48 +00:00
Marco Castelluccio 69a2659f69 Bug 664824 - JM+TI: Make JSOP_IN fast for dense arrays. r=jandem 2012-01-25 14:55:00 +01:00
Wes Johnston 249a23d926 Bug 718904 - Don't show a context menu for long taps on header rows in the awesome screen. r=lucasr 2012-01-25 08:58:16 -08:00
Serge Gautherie 2e3dfd7e13 Bug 720955. (Av1) xpt.py: Report IIDs when they differ. r=ted.mielczarek. 2012-01-25 14:22:28 +01:00
Henri Sivonen 77bda48bf8 Bug 358452 - Make the behavior of space, tab, carriage return and line feed in title attribute tooltips HTML5-compliant / IE-compatible. r=dao 2012-01-25 10:59:36 +00:00
Ms2ger 97967af56e Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Chris Lord 084cc77735 Bug 720663 - devicemanagerADB pushDir fallback not always tried. r=gbrown
The devicemanagerADB.py pushDir method has two paths, one that uses zip/unzip
and the other that just pushes each file one at a time. The idea is that the
first path is chosen, and if it fails, the second is tried before bailing out,
but it's possible for the first failure not to be detected in such a way that
activates the fallback path.

Add a try/except block to catch exceptions in the first path and fall back to
the second.
2012-01-25 09:49:30 +00:00
Mike Hommey be671dceba Bug 720737 - Set MOZ_LINKER_CACHE instead of CACHE_PATH. r=blassey 2012-01-25 10:36:58 +01:00
Mike Hommey a84cacdc0f Bug 719742 - Make expandlibs properly handle the case where OBJ_SUFFIX is .i_o on Linux PGO first pass. r=ted 2012-01-25 10:34:14 +01:00
Brad Lassey 13e6881fbb bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed 2012-01-25 03:24:52 -05:00
Patrick McManus 530da9a313 bug 708415 spdy code review of nshttp* r=honzab 2012-01-26 00:15:26 -05:00
Patrick McManus 43eaf5e65c bug 708415 spdy make stream frame writes to session atomic r=honzab 2012-01-26 00:15:26 -05:00
Patrick McManus 70c29ca8a9 bug 708415 spdysession review comments r=honzab 2012-01-26 00:15:26 -05:00
Patrick McManus 4d9e0c7e34 bug 708415 - spdystream review comments r=honzab 2012-01-26 00:15:26 -05:00
Phil Ringnalda 7687477d87 Backed out 2e37e7223aa3 (bug 460146) for orange 2012-01-25 21:08:17 -08:00
Margaret Leibovic c23565edf6 Bug 721220 - Send message back to java after tab selection is complete. r=mbrubeck 2012-01-25 20:06:08 -08:00
Jeff Muizelaar 6a34bc9403 Bug 721069. Remove default case from filter switch statement. r=cjones
This fixes a clang warning and allows us to get warnings when a new enumeration is added to the enum.
2012-01-25 22:15:22 -05:00
Maxim Iorsh 07bc1ca8b1 Bug 460146 - CSS3 border-image images should appear in Page Info ? Media. r=db48x 2012-01-25 18:49:23 -08:00
Alex Pakhotin 535b0640dd Bug 720333 - Only the last letter typed is displayed when HKB is used. r=blassey 2012-01-25 17:34:12 -08:00
Ms2ger fa49b00e76 Bug 718504 - Remove some GetChildAt callers; r=smaug 2012-01-25 08:50:07 +01:00
Ms2ger b4f8648985 Bug 718170 - Part c: Use nsINode in IsEmptyCell; r=ehsan 2012-01-25 08:50:06 +01:00
Ms2ger 0ee0b0b894 Bug 718170 - Part b: Use nsINode in IsVisTextNode; r=ehsan 2012-01-25 08:50:05 +01:00
Ms2ger f0b670f424 Bug 718170 - Part a: Use nsINode in IsEmptyNodeImpl; r=ehsan 2012-01-25 08:50:05 +01:00
Ms2ger 3a0dd5a314 Bug 689337 - Desktop notification interfaces should not be marked 'function'; r=khuey 2012-01-25 08:50:04 +01:00
Ms2ger 3b6294d172 Bug 718271 - Use TEST-UNEXPECTED-FAIL instead of TEST-UNEXPECTED-ERROR; r=jmaher 2012-01-25 08:50:04 +01:00
Ms2ger a98525ac10 Bug 720124 - Remove dead code from HTMLContentSink: AddComment; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger c1e941dcc3 Bug 720124 - Remove dead code from HTMLContentSink: AddProcessingInstruction; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger 2a1d41ff0a Bug 720124 - Remove dead code from HTMLContentSink: IsFormOnStack; r=hsivonen 2012-01-25 08:50:04 +01:00
Ms2ger 8167dbbb55 Bug 720124 - Remove dead code from HTMLContentSink: form; r=hsivonen 2012-01-25 08:50:03 +01:00
Ms2ger fac6a5017b Bug 720124 - Remove dead code from HTMLContentSink: meta; r=hsivonen 2012-01-25 08:50:03 +01:00
Ms2ger 59adf29bb1 Bug 720124 - Remove dead code from HTMLContentSink: mInsideNoXXXTag; r=hsivonen 2012-01-25 08:50:03 +01:00
Ms2ger c28a33d866 Bug 720124 - Remove dead code from HTMLContentSink: mNumOpenIFRAMES; r=hsivonen 2012-01-25 08:50:03 +01:00
Ms2ger b51f11201d Bug 720124 - Remove dead code from HTMLContentSink: AddDocTypeDecl; r=hsivonen 2012-01-25 08:50:02 +01:00