Commit Graph

37225 Commits

Author SHA1 Message Date
Brian Birtles
cd171ab676 Bug 537852: Add tests for syncbase timing (bug 474743). r=dholbert 2010-01-12 12:00:49 -08:00
Daniel Holbert
57fee6cdfa Bug 474743 Patch D followup: Switch nsSMILTimedElement::mTimeDependents to be a hash table instead of an array. r=birtles sr=roc 2010-01-12 12:00:49 -08:00
Brian Birtles
d7a66e59c4 Bug 474743 Patch D: Implement syncbase logic. r=dholbert sr=roc 2010-01-12 12:00:49 -08:00
Brian Birtles
cff9646c5d Bug 474743 Patch C: Implement the parsing for syncbase timing. r=dholbert sr=roc 2010-01-12 12:00:49 -08:00
Brian Birtles
76b1e6e830 Bug 474743 Patch B: Implement milestone sampling behavior. r=dholbert sr=roc 2010-01-12 12:00:49 -08:00
Brian Birtles
519f3f1481 Bug 474743 Patch A: Refactor nsSMILParserUtils to use newer iterators. r=dholbert sr=roc 2010-01-12 12:00:49 -08:00
Brian Birtles
4cd9f0f1e3 Bug 474743 Prequel: Implement nsTPriorityQueue. r=dholbert r=roc sr=bsmedberg 2010-01-12 12:00:49 -08:00
Alexander Surkov
a57c790415 Bug 539267 - IAccessible accHelp and accHelpTopic return wrong values, r=davidb 2010-01-13 03:57:00 +08:00
Alexander Surkov
86ba1506c9 Bug 536344 - posinset and setsize aren't calculated right for the flatter trees, r=marcoz, davidb 2010-01-13 03:07:38 +08:00
Dan Witte
a6881a59c8 Bug 536650 - Cookie values not saved for pages loaded from file://; part 2: deal with empty hosts in the
cookieservice . r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Dan Witte
64bc002cbf Bug 536650 - Cookie values not saved for pages loaded from file://, part 1: tighten up the etld service.
r=sdwilsh, sr=bz
2010-01-12 10:29:20 -08:00
Brad Lassey
b547f4fd74 bug 533542 - don't build readstrings.cpp in source dir r=ted
--HG--
rename : toolkit/mozapps/update/src/updater/errors.h => toolkit/mozapps/readstrings/errors.h
rename : toolkit/mozapps/update/src/updater/readstrings.cpp => toolkit/mozapps/readstrings/readstrings.cpp
rename : toolkit/mozapps/update/src/updater/readstrings.h => toolkit/mozapps/readstrings/readstrings.h
2010-01-12 10:47:04 -05:00
L. David Baron
d0b883e1b0 Make GraphWalker use templates instead of virtual functions. (Bug 537547) r=smaug 2010-01-12 08:51:39 -08:00
L. David Baron
515ee52627 Store transitions for one refresh cycle after they complete so that merging with a non-animation style change doesn't make us start a second transition to transition the last step. (Bug 537151) r=bzbarsky 2010-01-12 08:51:37 -08:00
Benjamin Smedberg
8d893ad597 Bug 539048 - Hacky temporary UI for sending plugin-process crash reports, r=ted
--HG--
extra : rebase_source : 6e58afb201aac90a32bacbffbebf79dfa56e7880
2010-01-11 15:13:12 -05:00
Benjamin Smedberg
fde3523faf Bug 539290 - Test harness should look for minidumps from child (plugin) processes but not turn the tree orange automatically, pending r?ted, pushing to suppress incorrect orange in the electrolysis tree. 2010-01-12 16:53:10 -05:00
Chris Jones
f604a6add1 Bustage fix: work around XRE hackery. 2010-01-12 17:42:58 -06:00
Chris Jones
374a6eed58 Attempt to fix OS X builds by adding missing #ifdef MOZ_IPC guards. 2010-01-12 16:00:48 -06:00
Chris Jones
7ebf798a09 Bug 516759: Use OOP crash reporting in Gecko. r=luser 2010-01-12 15:14:38 -06:00
Chris Jones
3d2c935a0f Bug 516759: Implement Linux client/server for OOP minidump generation requests. r=luser 2010-01-12 15:14:37 -06:00
Chris Jones
e3edb3da51 Small edit to comment. No r=, just want another set of talos runs. 2010-01-12 02:25:18 -06:00
Chris Jones
ba461bd54a Bug 538532: When a plugin crashes, make sure all its instances are "stopped" ASAP. r=bsmedberg r=josh 2010-01-12 00:45:24 -06:00
Chris Jones
b4d953c158 Bug 538532: Add the helper method nsPluginHost::FindTagForPlugin(). r=josh 2010-01-12 00:45:23 -06:00
Chris Jones
c63eb826e4 Bug 538586: Notify clients of channel errors if they call Close() before deleting themselves, but before the error notification event is delivered from the IO thread. r=bent 2010-01-12 00:14:32 -06:00
Chris Jones
4773f70f01 Test for bug 538586. 2010-01-12 00:14:31 -06:00
Chris Jones
8fdbf47035 Don't run TestLatency if the timing resolution is too low and use the new TimeDuration::ToSecondsSigDigits() method to display durations to humans. No r=, test only. 2010-01-11 23:46:17 -06:00
Benjamin Smedberg
4fdccea7f6 Disable the malformed-data-URI test, since the plugin host is broken and we're double-deleting the urlnotify context pointer in the testplugin. 2010-01-11 14:36:11 -05:00
Benjamin Smedberg
ce70e43e79 Bug 538642 - Breakpad shouldn't treat FPU exceptions as crashes, and the FPU exception handler should chain correctly, r=ted 2010-01-11 13:16:20 -05:00
Benjamin Smedberg
7dfb66a8a2 Test for bug 533035/bug 536842 - the FPU exception handler should work, r=ted 2010-01-11 11:46:57 -05:00
Benjamin Smedberg
6f722a2055 Pick up mac bustage fix in electrolysis. 2010-01-11 10:44:13 -05:00
Alexander Surkov
d3e3c06b74 bug 538633, mac bustage fix 2010-01-11 23:21:10 +08:00
Benjamin Smedberg
736201c0c2 Merge mozilla-central into electrolysis. 2010-01-11 10:08:36 -05:00
Alexander Surkov
576be928be Bug 538633 - nsAccessible tree navigation methods should deal with nsAccessible pointers, r=marcoz, davidb, sr=neil 2010-01-11 22:14:06 +08:00
Benjamin Smedberg
6d0ab1c884 Bug 538642 part 1: Add a method to the testplugin to set the exception bit, the way some bad plugins/extensions do, r=ted (Windows-only for the moment) 2010-01-08 15:53:04 -05:00
Benjamin Smedberg
19f2d945a4 Import ctypes.wintypes explicitly to avoid a python exception when child processes get hung. 2010-01-08 15:52:37 -05:00
Ted Mielczarek
3060eb6aa6 bug 538606 - make IE profile migration not use #import. r=gavin 2010-01-08 13:06:21 -05:00
Mats Palmgren
7fae53e76f Simplify PullFrame()/PullFrameFrom(). b=538525 r=roc 2010-01-11 15:08:23 +01:00
Mats Palmgren
91a242d144 Make getBoundingClientRect()/getClientRects() deal with a detached range and non-content boundary nodes. b=529670 r=roc 2010-01-11 15:08:19 +01:00
Henri Sivonen
5ba187632d Bug 538193 - Copy over content model element and content model element name when loading state from another HTML5 tokenizer. rs=sicking. 2010-01-11 15:18:37 +02:00
Jesse Ruderman
243c9242a9 Add crashtests 2010-01-10 19:50:41 -08:00
Tom Dyas
8209cf7fbc Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug 2010-01-10 20:45:45 -05:00
Kyle Huey
631a1d96d4 Bug 538891 - Possible overflow at CEnumFormatEtc::Next. r=jmathies. 2010-01-10 18:32:28 -06:00
Jim Mathies
bd95331a3a Bug 536303 - OOPP: disable oopp for Windows 2000. r=benjamin. 2010-01-10 17:50:36 -06:00
Jim Mathies
72b73180b7 Bug 537414 - Pasting clipboard content to OpenOffice Writer broken. r=roc. 2010-01-10 14:08:28 -06:00
Dão Gottwald
e8bfc27f65 merge 2010-01-10 13:28:49 +01:00
Dão Gottwald
35126bbb6d Backed out changeset 8caf58f301b2 2010-01-10 13:28:36 +01:00
Marco Bonardo
8445f98352 Bug 523936 - Random Test Failure in test_browserGlue_distribution.js, r=sdwilsh 2010-01-10 11:47:36 +01:00
Michal Sciubidlo
c77397b4b0 Bug 178506 - save original last-modified date on file downloads. r=sdwilsh 2010-01-10 09:39:26 +01:00
Cristian KLEIN
fc3d506af7 Bug 370436 - "Context menu from keyboard for spell checker selects the wrong line" [r=roc] 2010-01-09 09:51:00 -06:00
Daniel Holbert
23b4d0d6e1 Bug 538721: Correct 2 bug references in smil/reftest.list. (comment-only change) 2010-01-09 12:28:01 -08:00