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

276669 Коммитов

Автор SHA1 Сообщение Дата
Simon Montagu 6af87e936f Don't overshoot the last sibling when iterating frames. Bug 66329, r=roc 2011-06-15 10:45:57 +03:00
Mike Hommey b823841538 Bug 664367 - Pass LDFLAGS when linking elfhack's test.so. r=khuey 2011-06-15 08:54:45 +02:00
Mike Hommey 63e2ee5b03 Bug 664366 - Automatically disable elfhack when the linker creates PT_GNU_RELRO segments. r=khuey 2011-06-17 03:41:45 +02:00
Mike Hommey b9445d6670 Bug 664934 - Add user and system usage in GeckoLibLoad log. r=mwu 2011-06-17 08:59:39 +02:00
Mike Hommey 44128c9a1e Backout bug 661800 (changeset d95b370f0f85) because of bug 664362 2011-06-15 08:44:13 +02:00
Mike Hommey ed0e66fb0b Bug 664340 - Fallback to c++ when CXX is not set. r=khuey 2011-06-15 02:14:33 +02:00
Brian Birtles 2762282cb3 Bug 663288 - Don't allow instance times to be self-dependent, r=dholbert 2011-06-22 10:12:35 +09:00
Philipp von Weitershausen da22178490 Bug 664090 - Disable test_service_filelog.js on Win opt builds. a=orange
Also use the right preprocessor variable to identify debug builds.

--HG--
extra : rebase_source : 3c7370383770a30c5399002ebce8589d5258b848
2011-06-15 01:05:56 +02:00
Richard Newman 5e0463151e Bug 656513: part 0: Put SteamEngine, renamed RotaryEngine, into head_helpers.js. r=philiKON 2011-06-14 09:31:31 -07:00
Richard Newman c479d513df Bug 664046 - Correct logging pref migration in Sync. r=philikon 2011-06-14 10:41:36 +02:00
Justin Wood 6c40e00d76 Bug 660427 - Update (re)packaging code to deal with extracting the installer vs just the zip. r=khuey
This patch does fixups needed for SeaMonkey for the optional/ case.
2011-06-13 21:17:00 -04:00
Chris Pearce c554f8f06b Bug 664354 - Make nsBuiltinDecoderStateMachine::GetUndecodedData() return result in usecs. r=roc 2011-06-15 14:26:33 +12:00
Jonas Sicking 9640afe9d0 Bug 659539 Part 5: Speed up nsINodeInfo::GetDocument by caching the nodeinfo managers mDocument pointer. r=bz 2011-06-14 17:58:57 -07:00
Jonas Sicking cd5905ca39 Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz 2011-06-14 00:56:50 -07:00
Jonas Sicking e54aaec919 Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv 2011-06-14 00:56:49 -07:00
Jonas Sicking 731ebeb1d8 Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking f864ff0c25 Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking 4a0a8baa7c Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv. Fixes were r=bent 2011-06-14 00:56:48 -07:00
Jonas Sicking 0bf0d64081 Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Luke Wagner a71a7a6dc7 Bug 664159 - Fix eval-in-frame crash (r=waldo) 2011-06-14 17:35:19 -07:00
Brendan Eich b67b43525f Bug 664009 - Fix a minor array bug that happens to break some code. r=jwalden, a=clegnitto 2011-06-14 16:07:29 -07:00
Justin Lebar 09b193a5b1 Merging mozilla-central and build-system. 2011-06-14 15:16:38 -04:00
Jonas Sicking f9679ec084 Bug 663752: Remove load-event-listening code from DOMParser. r=smaug 2011-06-14 11:14:27 -07:00
Ms2ger 1477331255 Merge backout 2011-06-14 16:30:03 +02:00
Ms2ger ce525bab59 Bug 664123 - Backout bugs 659053 and 659539 (changesets 9c49f69d8bab-1b11c64ffcdf) 2011-06-14 16:25:51 +02:00
Mounir Lamouri 37a63d2df4 Merging mozilla-inbound with mozilla-central. 2011-06-14 16:10:17 +02:00
Justin Lebar 8c8a43cc5e Bug 663251 - Make profileserver.py take an optional argument, specifying the number of times to run the profiling step. 2011-06-14 09:44:34 -04:00
Jonathan Watt 40c3c02b56 Bug 663371 - Make runreftests.py default to appending reftest.list to the test path when only a test directory is specified. r=ted. 2011-06-14 13:56:13 +01:00
Ms2ger d3990d5a86 Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking 2011-06-14 12:46:31 +02:00
Tim Taubert c7f542c097 Bug 607108 - focus group name field after creating new group; f=raymond, r=ehsan 2011-06-14 10:41:18 +02:00
Tim Taubert 3c72cc1cf1 Bug 663813 - clean up browser_tabview_bug589324.js; f=raymond, r=dietrich 2011-06-14 10:41:18 +02:00
Tim Taubert da64f50ca9 Bug 663709 - browser_tabview_bug627288.js depends on other tests; f=raymond, r=dietrich 2011-06-14 10:41:18 +02:00
Jonas Sicking 5a370f9dac Bug 659539 Part 4: Use nsINode::NodeType where possible. r=bz 2011-06-14 00:56:50 -07:00
Jonas Sicking 2045ee25aa Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv 2011-06-14 00:56:49 -07:00
Jonas Sicking ed0ee3f3bd Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking 27bb948022 Bug 659539 Part 1: Give nsINodeInfos a nodeType, nodeName and localName. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking df9765fd87 Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv 2011-06-14 00:56:48 -07:00
Jonas Sicking da5c2d70a4 Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Jonas Sicking 9f661f0f0b Bug 663749: Remove load-event-listening code from nsXMLHttpRequest. r=smaug 2011-06-14 00:53:08 -07:00
Rodd Zurcher 43c495c5b3 Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc
--HG--
extra : transplant_source : n%B2%BC%C2Ov%21%EC%8B%ADF6%DC%DD%19v%B6%E1%97%B8
2011-06-14 05:56:32 +02:00
Rodd Zurcher efc76d8e09 Bug 663955 - Instead of decoding twice, use gdk_pixbuf_get_file_info to get the image width and height; then if either is larger than 180, call gdk_pixbuf_new_from_file_at_size, otherwise call gdk_pixbuf_new_from_file. r=roc 2011-06-14 05:56:32 +02:00
Geoff Lankow 181d169b26 Bug 536503 - Fix for test 2011-06-14 13:47:23 +12:00
Andrew McCreight 5ffb98df92 Bug 663532 - Run GC from cycle collector in main thread, not CC thread. r=bent 2011-06-13 13:24:23 -07:00
Dão Gottwald 1617ff5591 Bug 663401 - browser_bug435788.js cleanup. r=mossop 2011-06-15 08:17:14 +02:00
Mike Hommey 5f6768d592 Bug 662223 - Add -lmozalloc in link flags provided in libxul.pc. r=cjones,sr=bsmedberg 2011-06-15 05:17:03 +02:00
Philipp von Weitershausen 3c0bdfd3fb Merge m-c to s-c 2011-06-13 20:44:14 +02:00
Philipp von Weitershausen 5ae167db91 Bug 661587 - Don't use the root logger. r=rnewman 2011-06-13 20:42:18 +02:00
Philipp von Weitershausen 10d3b8a046 Bug 610832 - Make about:sync-log a directory listing. r=rnewman,mconnor 2011-06-13 20:40:08 +02:00
Philipp von Weitershausen 4e7fa4f90e Bug 610832 - Dump log to disk when sync fails. r=rnewman 2011-06-13 20:39:51 +02:00
Philipp von Weitershausen 9ca7ef7b14 Bug 610832 - Add StorageStreamAppender to log4moz.js. r=rnewman 2011-06-13 20:39:37 +02:00