Ehsan Akhgari
|
833dcad511
|
Back out changeset 6fc5d661ca55 because of a11y test failures
|
2010-05-19 10:48:30 -04:00 |
|
L. David Baron
|
7575804ded
|
Adjust manifest for expected assertions: An assertion was fixed, probably by revision a55765a1c2f5. (Bug 472557)
|
2010-05-19 07:39:10 -07:00 |
|
Asaf Romano
|
2761db6f94
|
Bug 566736 - Lazily initialize the findbar. r=gavin.
|
2010-05-19 15:23:43 +03:00 |
|
Robert O'Callahan
|
e38c7ebe25
|
Backed out changeset b50002597112
--HG--
extra : rebase_source : f22f069a398bc8b3071fe8faaeb4770b0eb7847b
|
2010-05-19 17:44:58 +12:00 |
|
Wolfgang Rosenauer
|
72333deba5
|
Bug 566576 - alerts not working for Qt builds. r=ted
|
2010-05-19 07:43:18 +02:00 |
|
Mark Finkle
|
6c5c7f51f9
|
Bug 566079 - Trim the textContent of data received from the AMO API [r=dtownsend]
|
2010-05-19 00:05:44 -04:00 |
|
Robert O'Callahan
|
c7c99bf983
|
Marking passing test as passing, thanks to bug 547924
--HG--
extra : rebase_source : 671435d54dc9dd0812648062357d202c41cfb897
|
2010-05-19 15:40:54 +12:00 |
|
Phil Ringnalda
|
b8325d4596
|
Reenable browser_bug511456.js on Linux, now that we hope bug 542928 is fixed
|
2010-05-18 20:23:33 -07:00 |
|
Mark Finkle
|
59af1f8e91
|
Bug 566020 - Add support for custom confirmation UI [r=dtownsend]
|
2010-05-18 23:16:50 -04:00 |
|
Robert O'Callahan
|
c3ff0859ee
|
Bug 565875. Part 4: Recycle textures used by PlanarYCbCrImageOGL to avoid reallocation/recommit costs (especially on Mac). r=bas
|
2010-05-17 11:09:28 +12:00 |
|
Robert O'Callahan
|
9695389e69
|
Bug 565875. Part 3: Recycle temporary buffer used by PlanarYCbCrImageOGL to avoid reallocation/recommit costs (especially on Mac). r=bas
|
2010-05-17 11:08:41 +12:00 |
|
Robert O'Callahan
|
85fb4022b8
|
Bug 565875. Part 2: Create GLTexture wrapper to manage texture lifetimes and ensure textures are released on the main thread. r=bas
|
2010-05-17 11:08:01 +12:00 |
|
Robert O'Callahan
|
cc9d41a047
|
Bug 565875. Part 1: Refactor PlanarYCbCrImageOGL to make ownership of its temporary buffer more explicit. r=bas
|
2010-05-17 11:07:13 +12:00 |
|
Robert O'Callahan
|
15295424fd
|
Bug 522859. Refactor cairo-quartz-surface so that state local to a drawing operation is stored in a cairo_quartz_drawing_state_t instead of the surface. r=jrmuizel
|
2010-05-19 15:04:33 +12:00 |
|
Rich Dougherty
|
a9d5c7ce86
|
Bug 557982. Use Image objects in the video frame queue so we can avoid making an extra copy as we put frames into the queue. r=kinetik
|
2010-05-19 15:04:33 +12:00 |
|
Robert O'Callahan
|
cf9a69d02b
|
Bug 559241. Reflow non-dirty overflow container children if we're supposed to reflow all kids. r=dbaron
|
2010-05-19 15:04:33 +12:00 |
|
Robert O'Callahan
|
87f96430ac
|
Bug 561959. Replace solid-color ThebesLayers with ColorLayers. r=dbaron
|
2010-05-13 12:56:11 +12:00 |
|
Robert O'Callahan
|
d7e60623a4
|
Bug 547924. Paint <canvas> using EXTEND_PAD to prevent seams. r=vlad
|
2010-05-19 15:04:32 +12:00 |
|
Chris Jones
|
96fcae4c10
|
Bug 558928: Use __debugbreak() to abort on windows. r=ehsan
|
2010-05-18 20:53:53 -05:00 |
|
Chris Jones
|
cd90ce49a1
|
Bug 564185: Centralize the breakpad-triggering abort code in mozalloc and use |*NULL| to abort on mac, since abort() doesn't trigger breakpad. r=ted
|
2010-05-18 20:53:52 -05:00 |
|
Chris Jones
|
4d481574d8
|
Merge backout
|
2010-05-18 20:53:26 -05:00 |
|
Chris Jones
|
7c33bf7f6b
|
Backed out changeset a111c9f6a71b
|
2010-05-18 20:53:04 -05:00 |
|
Michael Wu
|
aeb2230399
|
Bug 565748 - nsTArray.h:905: warning: unused variable ‘elem’, r=roc
|
2010-05-18 17:14:34 -07:00 |
|
Vladimir Vukicevic
|
30a451818a
|
Bug 564323 - Don't use PR_MALLOC in nsJAR.cpp, r=taras
|
2010-05-18 17:13:05 -07:00 |
|
Asaf Romano
|
f97dce9332
|
Bug 566736 - Lazily initialize the findbar. r=gavin.
|
2010-05-19 02:58:32 +03:00 |
|
Dave Townsend
|
4623ec3ffc
|
Bug 566485: Changes made to the list of bootstrapped extensions during startup are lost if an EM restart is necessary. r=robstrong
|
2010-05-18 16:21:24 -07:00 |
|
Frank Yan
|
772b5b9d65
|
Bug 566710 - remove extra whitespace from password manager. r=dolske
|
2010-05-18 14:29:09 -07:00 |
|
Peter Van der Beken
|
82558bd659
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add non-addrefing GetElementById and GetBody, add nsContentList-returning GetElementsByTagName(NS) and GetElementsByName. r=jst.
|
2010-04-19 17:41:38 +02:00 |
|
Peter Van der Beken
|
54bcc2ef87
|
Fix for bug 560462 (Use fast unwrapping for more quickstubs) - add support for non-templated custom quickstubs for an interface. r=jst.
|
2010-05-06 14:16:32 +02:00 |
|
Jim Mathies
|
8e6808699a
|
Bug 566610 - Undo the nuclear reply message option, keep the set focus fix. r=bent.
|
2010-05-18 13:17:10 -05:00 |
|
Ehsan Akhgari
|
690d625e07
|
Bug 543278 - Try to use a more robust way of making sure that the main browser window is focused before running the next browser-chrome test; r=Mossop
|
2010-05-12 18:51:04 -04:00 |
|
Mark Finkle
|
d150706d69
|
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String() (Maemo only bustage fix) [r=bz]
|
2010-05-18 13:41:42 -04:00 |
|
L. David Baron
|
e1332b9cde
|
Make our configure test for system NSPR having PR_STATIC_ASSERT match our current usage. (Bug 560582) r=ted
|
2010-05-18 10:13:29 -07:00 |
|
L. David Baron
|
72a0f95e72
|
Fix spew of 'couldn't get canvas size' assertions. (Bug 566603) r=vlad
|
2010-05-18 10:12:33 -07:00 |
|
Vladimir Vukicevic
|
b5bb1450d6
|
followup fix for when webgl is not supported; files removed, forgot to remove this (really not good at removals)
|
2010-05-18 10:08:40 -07:00 |
|
Vladimir Vukicevic
|
a28f3011b6
|
followup fix for when webgl is not supported; files removed, forgot to remove this
|
2010-05-18 10:07:43 -07:00 |
|
Jim Mathies
|
eb4761537a
|
Bug 563377 - Flash fullscreen window refuses to close. r=bent.
|
2010-05-18 11:43:45 -05:00 |
|
Alexander Surkov
|
30a2680088
|
Bug 566298 - don't use nsIAccessible::GetNextSibling() to iterate children, r=davidb, sr=neil
|
2010-05-18 23:03:56 +09:00 |
|
Neil Deakin
|
3ec0164c1b
|
Bug 565669, clear recent history list doesn't expand when details opened, r=gavin
|
2010-05-18 09:37:43 -04:00 |
|
Neil Deakin
|
f074891823
|
Bug 554873, improve waitForFocus to check for about:blank pages, r=mak
|
2010-05-18 09:31:03 -04:00 |
|
Olli Pettay
|
927111fb28
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
|
2010-05-18 15:28:37 +03:00 |
|
Olli Pettay
|
1c104f5606
|
Backout Bug 549682
|
2010-05-18 13:10:47 +03:00 |
|
Olli Pettay
|
c719bc6e84
|
Bug 549682 - Port the message-manager API to mozilla-central, r=jst
--HG--
extra : rebase_source : 45b28a7762428193873a636fa7d5108607f9e4a3
|
2010-05-18 11:52:24 +03:00 |
|
David Bienvenu
|
bdd5097a41
|
Bug 554806 Html editor deletes lines below return on certain emails composed in outlook 2003. r=roc,sr=dmose
|
2010-05-18 09:58:38 +01:00 |
|
Edmund Wong
|
ed5bcecc6b
|
Bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(). r=jonas
|
2010-05-18 09:50:14 +02:00 |
|
Oleg Romashin
|
7ed629a158
|
Bug 566133 - gfxSharedImageSurface.cpp is not compiling for other platforms. r=jones.chris.g
|
2010-05-18 07:04:21 -04:00 |
|
Vladimir Vukicevic
|
fb494b36b6
|
Sprinkle some THEBES_API to fix non-libxul builds
|
2010-05-17 22:43:05 -07:00 |
|
Jason Orendorff
|
e0e949e522
|
Bug 564344 - Crash or "Assertion failure: slot < (this)->scope()->freeslot, at ../jsscope.h:563" @ JSObject::getSlot(unsigned int) when redefining property. r=brendan.
--HG--
extra : transplant_source : %9A%DA%EE%06%F2V%B6%C6%03x%26%985%BA%CF%D0%BE%A88Q
|
2010-05-10 18:43:34 -05:00 |
|
Vladimir Vukicevic
|
e5d92d3d03
|
b=561168; convert canvas to use layers for rendering - followup #2; r=roc
|
2010-05-17 21:04:22 -07:00 |
|
Vladimir Vukicevic
|
57c2111dfe
|
b=561168; convert canvas to use layers for rendering - followup; r=roc
|
2010-05-17 21:04:22 -07:00 |
|